kopia lustrzana https://github.com/backface/turtlestitch
fixing bug in SVG export
rodzic
07d2662b1f
commit
6729a8921c
|
@ -2231,3 +2231,7 @@ DialogBoxMorph.prototype.informWithLink = function (
|
|||
this.popUp(world);
|
||||
};
|
||||
|
||||
|
||||
IDE_Morph.prototype.toggleStageSize = function (isSmall, forcedRatio) {
|
||||
|
||||
};
|
||||
|
|
|
@ -328,7 +328,7 @@ TurtleShepherd.prototype.toSVG = function() {
|
|||
')" d="M ' +
|
||||
(lastStich.x - this.minX) +
|
||||
' ' +
|
||||
(lastStich.y - this.minY ) +
|
||||
(this.maxY - lastStich.y) +
|
||||
' L ' +
|
||||
(stitch.x - this.minX) +
|
||||
' ' +
|
||||
|
|
Ładowanie…
Reference in New Issue