dart-sdk/samples-dev/swarm/externallink.svg
Rico Wind f34fae854a Initial github commit for getting stuff working
Readd samples, samples-dev, tools/testing/bin, third_party removed by cleanup (no history, sorry)

Add DEPS file which will replace the old all.deps and standalone.deps

Add tools/deps/dartium.deps replacing the old dartium.deps (but now editable from a normal checkout)

Fixup tools/utils.py to use the new archiving schema (git count for be, version number for dev/stable

Fix codereview.settings
2015-05-16 15:41:58 +02:00

10 lines
641 B
XML

<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
xmlns:xlink="http://www.w3.org/1999/xlink" width="1000" height="1000">
<path
d="m 50,350 600,0 0,600 -600,0 0,-600 z"
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:100;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
<path
d="m 450,150 0,-100 500,0 0,500 -100,0 L 750,450 450,750 250,550 550,250 450,150 z"
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:100;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
</svg>