mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2025-02-16 17:28:11 +01:00
Reindent Svg.js.
This commit is contained in:
parent
996a6d5300
commit
304657a104
@ -9,7 +9,7 @@
|
|||||||
//SVG validator: http://validator.w3.org/
|
//SVG validator: http://validator.w3.org/
|
||||||
//SVG viewer: http://svg-edit.googlecode.com/svn/branches/2.6/editor/svg-editor.html
|
//SVG viewer: http://svg-edit.googlecode.com/svn/branches/2.6/editor/svg-editor.html
|
||||||
function saveToSvg() {
|
function saveToSvg() {
|
||||||
var lastX = 0, lastY = 0, lastIsMove;
|
var lastX = 0, lastY = 0, lastIsMove = false;
|
||||||
var svg = '';
|
var svg = '';
|
||||||
|
|
||||||
var boundsWidth = doodleBounds[2] - doodleBounds[0];
|
var boundsWidth = doodleBounds[2] - doodleBounds[0];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user