- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Wed, 27 Aug 2014 01:39:25 -0700 (PDT)
- To: public-svg-wg@w3.org
https://github.com/w3c/svgwg/commit/a2d71dbac36697641f621e1adfc16e0bf5f367d6 commit a2d71dbac36697641f621e1adfc16e0bf5f367d6 Author: Dirk Schulze <dschulze@chromium.org> Date: Wed Aug 27 09:39:09 2014 +0100 Add missing graphics. diff --git a/master/images/text/text-wrap-circle.svg b/master/images/text/text-wrap-circle.svg new file mode 100644 index 0000000..fdd197d --- /dev/null +++ b/master/images/text/text-wrap-circle.svg @@ -0,0 +1,11 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="200px" height="200px"> +<style type="text/css"> + .st0{fill:none;} + .st1{font-family:'MyriadPro-Regular';} + .st2{font-size:14px;} + .st3{fill:none;stroke:#27AAE1;stroke-miterlimit:10px;} +</style> +<circle class="st0" cx="100" cy="98.5" r="80.6"/> +<text transform="matrix(1 0 0 1 49.4766 44.6406)"><tspan x="0" y="0" class="st1 st2">Lorem ipsum </tspan><tspan x="-15.7" y="16.8" class="st1 st2">dolor sit amet, consec</tspan><tspan x="111.4" y="16.8" class="st1 st2">-</tspan><tspan x="-24.6" y="33.6" class="st1 st2">tetuer adipiscing elit, sed </tspan><tspan x="-29.2" y="50.4" class="st1 st2">diam nonummy nibh euis</tspan><tspan x="120.6" y="50.4" class="st1 st2">-</tspan><tspan x="-29" y="67.2" class="st1 st2">mod tincidunt ut laoreet </tspan><tspan x="-24.3" y="84" class="st1 st2">dolore magna aliquam </tspan><tspan x="-15.1" y="100.8" class="st1 st2">erat volutpat. Ut wisi </tspan><tspan x="1.1" y="117.6" class="st1 st2">enim ad minim</tspan></text> +<circle class="st3" cx="100" cy="98.5" r="80.6"/> +</svg> ============================================================ /home/svgwg/bin/node "/home/svgwg/svgwg.org/git/svgwg/tools/publish/publish.js" --list-pages Nothing to do.
Received on Wednesday, 27 August 2014 08:39:49 UTC