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

Unified Diff: samples/gpu2d/crescent.svg

Issue 652016: Added the bulk of the algorithm for GPU accelerated 2D vector curve... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: '' Created 10 years, 10 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 | « samples/gpu2d/basic.html ('k') | samples/gpu2d/javalogo.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/gpu2d/crescent.svg
===================================================================
--- samples/gpu2d/crescent.svg (revision 0)
+++ samples/gpu2d/crescent.svg (revision 0)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+<svg
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ version="1.0"
+ width="80mm"
+ height="80mm"
+ id="svg2">
+ <defs
+ id="defs4" />
+ <g
+ id="layer1">
+ <path
+ d="M 125.13485,36.187753 C 67.60819,37.282014 21.25984,84.307148 21.259843,142.094 C 21.259843,200.56607 68.72535,248.0315 127.19735,248.0315 C 154.53502,248.0315 179.46231,237.64775 198.25985,220.62525 C 185.00691,228.24342 169.63331,232.594 153.25985,232.594 C 103.33007,232.594 62.822343,192.08628 62.822343,142.1565 C 62.822343,92.226718 103.33007,51.719003 153.25985,51.719003 C 169.76352,51.719003 185.24789,56.144299 198.57235,63.875253 C 179.73892,46.68361 154.68725,36.187751 127.19735,36.187753 C 126.51213,36.187753 125.81698,36.174778 125.13485,36.187753 z "
+ style="fill:#007f00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
+ id="path1315" />
+ </g>
+</svg>
« no previous file with comments | « samples/gpu2d/basic.html ('k') | samples/gpu2d/javalogo.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698