2DWorlds Forums
SVG buildism icon - Printable Version

+- 2DWorlds Forums (http://2dworlds.buildism.net/forum)
+-- Forum: Off Topic (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=5)
+--- Forum: Creations (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=25)
+--- Thread: SVG buildism icon (/showthread.php?tid=5342)



SVG buildism icon - toast - 06-03-2011

Code:
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  <rect x="1.5" y="1.5" width="30" height="30" style="stroke: #000000; stroke-width: 1; fill: #aaaaaa;" />
<text x="2.5" y="27"  style="stroke: none; fill: #8888aa; font-family: Arial; font-size: 30px; font-style: italic; font-weight: bold;" >B</text>
<text x="4.5" y="27"  style="stroke: none; fill: #333377; font-family: Arial; font-size: 30px; font-style: italic; font-weight: bold;" >B</text>
<text x="6.5" y="27"  style="stroke: none; fill: #000055; font-family: Arial; font-size: 30px; font-style: italic; font-weight: bold;" >B</text>
</svg>



RE: SVG buildism icon - Litvyak - 06-04-2011

uh
nice icon you have there


RE: SVG buildism icon - Spongebob1212 - 06-04-2011

Where do you put it.


RE: SVG buildism icon - DSiDewd - 06-06-2011

Dang, that's awesome. Incase any of you are wondering, I would tell you how to actually look at the SVG, but I'm not good at explaining. D:


RE: SVG buildism icon - Qwertygiy - 06-10-2011

I will explain.

1: Open notepad.

2: Copy code and paste into notepad.

3: Save under All Files as [whateveryouwannanameit].svg.

4: Open it. It should try to use Internet Explorer and may go ActiveX crazy on you, but it'll work.


RE: SVG buildism icon - AK-47 - 06-11-2011

Basically, it remains the same when you zoom in.


RE: SVG buildism icon - Dignity - 06-14-2011

SVG is basicly a picture that doesn't change when zoomed in/out.