summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-04-08 09:12:38 -0600
committermo khan <mo@mokhan.ca>2015-04-08 09:12:38 -0600
commitb2baa4e404641b7fa67c99e525bbb59eff17d276 (patch)
tree0318435a9f94372ea2b42cca8d4bcb20390fae01 /examples
parent44085d6a3b9bb897059f6e67c0b999fb7808d2fb (diff)
generate svg shell with nokogiri.
Diffstat (limited to 'examples')
-rw-r--r--examples/example.svg1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/example.svg b/examples/example.svg
index 1d2e5bd..4a70bec 100644
--- a/examples/example.svg
+++ b/examples/example.svg
@@ -1,3 +1,4 @@
+<?xml version="1.0"?>
<svg version="1.1" baseProfile="full" width="300" height="200" xmlns="http://www.w3.org/2000/svg">
<rect width="100%" height="100%" fill="red" />
<circle cx="150" cy="100" r="80" fill="green" />