Created
November 23, 2012 22:41
-
-
Save atebitftw/4137606 to your computer and use it in GitHub Desktop.
Buckshot template on SVG Platform
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- notice the xmlns declaration for the '/svg' namespace --> | |
<template xmlns='http://buckshotui.org/platforms/svg'> | |
<!-- ... which brings all the SVG platform elements into scope --> | |
<group> | |
<rect x='10' y='10' width='100' height='50' fill='Blue' stroke='Black' strokewidth='3' /> | |
<ellipse opacity='.75' cx='75' cy='75' rx='50' ry='100' fill='Orange' stroke='Black' strokewidth='5' /> | |
</group> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment