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

Side by Side Diff: samples/gpu2d/thincrescent.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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « samples/gpu2d/svgsample.js ('k') | samples/o3djs/gpu2d.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4 <svg
5 xmlns:svg="http://www.w3.org/2000/svg"
6 xmlns="http://www.w3.org/2000/svg"
7 version="1.1"
8 width="500"
9 height="500"
10 id="svg4075">
11 <defs
12 id="defs4077" />
13 <g
14 transform="translate(0,-552.36218)"
15 id="layer1">
16 <path
17 d="M 221,60 C -330,318 813.95124,298.69865 237,60 754,300 -275,299 221,60 z"
18 transform="translate(0,552.36218)"
19 id="path4085"
20 style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:1px;stroke -linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
21 </g>
22 </svg>
OLDNEW
« no previous file with comments | « samples/gpu2d/svgsample.js ('k') | samples/o3djs/gpu2d.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698