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

Unified Diff: skia/animator/SkExtraPathEffects.xsd

Issue 113827: Remove the remainder of the skia source code from the Chromium repo.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 7 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 | « skia/animator/SkDump.cpp ('k') | skia/animator/SkExtras.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/animator/SkExtraPathEffects.xsd
===================================================================
--- skia/animator/SkExtraPathEffects.xsd (revision 16859)
+++ skia/animator/SkExtraPathEffects.xsd (working copy)
@@ -1,65 +0,0 @@
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
-
-xmlns:Sk="urn:screenplay"
-
-xmlns:extra="urn:extraPathEffects" targetNamespace="urn:extraPathEffects" >
-
- <xs:import namespace="urn:screenplay"
-
- schemaLocation="SkAnimateSchema.xsd" />
-
-
-
- <xs:element name="composePathEffect" >
-
- <xs:complexType>
-
- <xs:choice maxOccurs="1">
-
- <xs:element ref="Sk:dash"/>
-
- <xs:element ref="extra:shape1DPathEffect"/>
-
- </xs:choice>
-
- <xs:attribute name="id" type="xs:ID"/>
-
- </xs:complexType>
-
- </xs:element>
-
-
-
- <xs:element name="shape1DPathEffect" >
-
- <xs:complexType>
-
- <xs:choice maxOccurs="1">
-
- <xs:element ref="Sk:matrix"/>
-
- <xs:element ref="Sk:path"/>
-
- </xs:choice>
-
- <xs:attribute name="addPath" type="Sk:DynamicString" />
-
- <xs:attribute name="matrix" type="Sk:DynamicString" />
-
- <xs:attribute name="path" type="Sk:Path" />
-
- <xs:attribute name="phase" type="Sk:DynamicString"/>
-
- <xs:attribute name="spacing" type="Sk:DynamicString"/>
-
- <xs:attribute name="id" type="xs:ID"/>
-
- </xs:complexType>
-
- </xs:element>
-
-
-
-</xs:schema>
-
-
« no previous file with comments | « skia/animator/SkDump.cpp ('k') | skia/animator/SkExtras.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698