mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-09-27 00:29:00 +02:00
moulding
This commit is contained in:
@@ -142,8 +142,10 @@ class GraphicsAPI extends BaseAPI {
|
||||
/**
|
||||
* Multi-panel graphics: set up (0,0) to the next panel's start
|
||||
*/
|
||||
nextPanel(c) {
|
||||
nextPanel(color = `black`) {
|
||||
this.translate(this.panelWidth, 0);
|
||||
this.setStroke(color);
|
||||
this.line(0, 0, 0, this.height);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user