Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(220)

Unified Diff: src/svg/SkSVGPath.cpp

Issue 6474054: Result of running tools/sanitize_source_files.py (II) (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 12 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/svg/SkSVGPath.cpp
===================================================================
--- src/svg/SkSVGPath.cpp (revision 5253)
+++ src/svg/SkSVGPath.cpp (working copy)
@@ -29,7 +29,7 @@
}
if (hasMultiplePaths) {
SkString& fillRule = parser.getPaintLast(SkSVGPaint::kFillRule);
- if (fillRule.size() > 0)
+ if (fillRule.size() > 0)
parser._addAttribute("fillType", fillRule.equals("evenodd") ? "evenOdd" : "winding");
}
SVG_ADD_ATTRIBUTE(d);
Property changes on: src/svg/SkSVGPath.cpp
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b