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

Unified Diff: Source/platform/graphics/PathTraversalState.h

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
Index: Source/platform/graphics/PathTraversalState.h
diff --git a/Source/platform/graphics/PathTraversalState.h b/Source/platform/graphics/PathTraversalState.h
index e2ecbe8d15b51b8af90138c532d3e68d3b9f2ea9..f29dedc07c73657eba09299f3e9c356d8f427419 100644
--- a/Source/platform/graphics/PathTraversalState.h
+++ b/Source/platform/graphics/PathTraversalState.h
@@ -56,8 +56,6 @@ public:
FloatPoint m_current;
FloatPoint m_start;
- FloatPoint m_control1;
- FloatPoint m_control2;
float m_totalLength;
unsigned m_segmentIndex;
« no previous file with comments | « LayoutTests/svg/custom/path-getTotalLength-expected.txt ('k') | Source/platform/graphics/PathTraversalState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698