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

Unified Diff: skia/animator/SkAnimate3DSchema.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/SkAnimate.h ('k') | skia/animator/SkAnimate3DSchema.xsx » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/animator/SkAnimate3DSchema.xsd
===================================================================
--- skia/animator/SkAnimate3DSchema.xsd (revision 16859)
+++ skia/animator/SkAnimate3DSchema.xsd (working copy)
@@ -1,78 +0,0 @@
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
-
- xmlns:Sk="http://www.skia.com/schema/SkAnimateSchema.xsd"
-
- targetNamespace="urn:skia3D" xmlns:Sk3D="urn:skia3D">
-
-
-
- <xs:simpleType name="Patch" >
-
- <xs:restriction base="xs:string" >
-
- </xs:restriction>
-
- </xs:simpleType>
-
-
-
- <xs:simpleType name="Point" >
-
- <xs:restriction base="xs:string" >
-
- <xs:pattern value="[+-]?([0-9]*\.[0-9]+|[0-9]+\.?)( *[ ,] *[+-]?([0-9]*\.[0-9]+|[0-9]+\.?)){2}" />
-
- </xs:restriction>
-
- </xs:simpleType>
-
-
-
- <xs:element name="camera">
-
- <xs:complexType >
-
- <xs:attribute name="axis" type="Sk3D:Point" />
-
- <xs:attribute name="hackHeight" type="Sk:Float" />
-
- <xs:attribute name="hackWidth" type="Sk:Float" />
-
- <xs:attribute name="location" type="Sk3D:Point" />
-
- <xs:attribute name="observer" type="Sk3D:Point" />
-
- <xs:attribute name="patch" type="Sk3D:Patch" />
-
- <xs:attribute name="zenith" type="Sk3D:Point" />
-
- <xs:attribute name="id" type="xs:ID" />
-
- </xs:complexType>
-
- </xs:element>
-
-
-
- <xs:element name="patch">
-
- <xs:complexType >
-
- <xs:attribute name="origin" type="Sk3D:Point" />
-
- <xs:attribute name="rotateDegrees" type="Sk:MemberFunction" />
-
- <xs:attribute name="u" type="Sk3D:Point" />
-
- <xs:attribute name="v" type="Sk3D:Point" />
-
- <xs:attribute name="id" type="xs:ID" />
-
- </xs:complexType>
-
- </xs:element>
-
-
-
-</xs:schema>
-
« no previous file with comments | « skia/animator/SkAnimate.h ('k') | skia/animator/SkAnimate3DSchema.xsx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698