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

Unified Diff: Source/core/rendering/svg/SVGResources.h

Issue 656913006: Remove SVG fonts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update tests for landing Created 6 years, 2 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/core/rendering/svg/SVGResources.h
diff --git a/Source/core/rendering/svg/SVGResources.h b/Source/core/rendering/svg/SVGResources.h
index f32d494760cb4b746fee8e31d33d31864a69e0fe..d17fb122a869e1572d54ed8602e164854c37347f 100644
--- a/Source/core/rendering/svg/SVGResources.h
+++ b/Source/core/rendering/svg/SVGResources.h
@@ -156,7 +156,7 @@ private:
// From SVG 1.1 2nd Edition
// fill: 'shapes' and 'text content elements'
// stroke: 'shapes' and 'text content elements'
- // -> altGlyph, circle, ellipse, line, path, polygon, polyline, rect, text, textPath, tspan
+ // -> circle, ellipse, line, path, polygon, polyline, rect, text, textPath, tspan
struct FillStrokeData {
WTF_MAKE_FAST_ALLOCATED;
public:

Powered by Google App Engine
This is Rietveld 408576698