diff --git a/HEADER.js b/HEADER.js index 32a5c94b..c59c46ff 100644 --- a/HEADER.js +++ b/HEADER.js @@ -36,6 +36,7 @@ fabric.isTouchSupported = "ontouchstart" in fabric.document.documentElement; fabric.isLikelyNode = typeof Buffer !== 'undefined' && typeof window === 'undefined'; +/* _FROM_SVG_START_ */ /** * Attributes parsed from all SVG elements * @type array @@ -49,6 +50,7 @@ fabric.SHARED_ATTRIBUTES = [ "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke-width" ]; +/* _FROM_SVG_END_ */ /** * Pixel per Inch as a default value set to 96. Can be changed for more realistic conversion.