Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Unified Diff: LayoutTests/svg/custom/path-getTotalLength-expected.txt

Issue 233063003: Improve the reliability and accuracy of SVG getTotalLength (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Improved Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/svg/custom/path-getTotalLength.svg ('k') | Source/platform/graphics/PathTraversalState.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/custom/path-getTotalLength-expected.txt
diff --git a/LayoutTests/svg/custom/path-getTotalLength-expected.txt b/LayoutTests/svg/custom/path-getTotalLength-expected.txt
index dce085aee757ff29337e99a0ab70b6413abdfcae..d38527ed470eeba460097a83ffd2bca179dde749 100644
--- a/LayoutTests/svg/custom/path-getTotalLength-expected.txt
+++ b/LayoutTests/svg/custom/path-getTotalLength-expected.txt
@@ -1,4 +1,6 @@
-PASS: M 0 0 L 100 0 L 100 100 L 0 100 Z" = 400
-PASS: M 0 0 l 100 0 l 0 100 l -100 0 Z" = 400
-PASS: M 0 0 t 0 100" = 100
-PASS: M 0 0 Q 55 50 100 100" = 141.48040771484375
+PASS: M 0 0 L 100 0 L 100 100 L 0 100 Z = 400
+PASS: M 0 0 l 100 0 l 0 100 l -100 0 Z = 400
+PASS: M 0 0 t 0 100 = 100
+PASS: M 0 0 Q 55 50 100 100 = 141.48033142089844
+PASS: M 778.4191616766467 375.19086364081954 C 781.239563 375.1908569 786.8525244750526 346.60170830052556 786.8802395209582 346.87991373394766 = 29.86020851135254
+PASS: M 0 0 C 0.00001 0.00001 0.00002 0.00001 0.00003 0 = 0.00003443381501710974
« no previous file with comments | « LayoutTests/svg/custom/path-getTotalLength.svg ('k') | Source/platform/graphics/PathTraversalState.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698