From 0833678eba1ed4a9cf970efa7a2aac3ad4e941d7 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Wed, 27 Apr 2016 10:24:59 +0100 Subject: [PATCH] link to appropriate section of TR --- editor/canvg/canvg.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/editor/canvg/canvg.js b/editor/canvg/canvg.js index 50545c98..f0d6d98c 100644 --- a/editor/canvg/canvg.js +++ b/editor/canvg/canvg.js @@ -1437,7 +1437,8 @@ var cp = pp.getAsCurrentPoint(); // Conversion from endpoint to center parameterization - // http://www.w3.org/TR/SVG11/implnote.html#ArcImplementationNotes + // https://www.w3.org/TR/SVG11/implnote.html#ArcConversionEndpointToCenter + // x1', y1' var currp = new svg.Point( Math.cos(xAxisRotation) * (curr.x - cp.x) / 2.0 + Math.sin(xAxisRotation) * (curr.y - cp.y) / 2.0, @@ -2918,4 +2919,4 @@ if (typeof(CanvasRenderingContext2D) != 'undefined') { scaleHeight: dh }); } -} \ No newline at end of file +}