an
saurus
tags:
svg
views:
63
answers:
1
Q:
How to place the same path multiple times at different sizes/coordinates?
A:
You need the
transform
attribute. You can move your paths with
translate
and resize them with
scale
.
KovBal
2009-01-18 13:38:09
related questions
What is the state of native SVG support in the most popular browsers?
Are there any tools to transform SVG data to Canvas friendly input?
Are there any libraries for generating flash swf files or converting svg to swf
How to calculate center of an ellipse by two points and radius sizes
Rendering UML diagrams from text files
Is it possible to add SVG images to a web page through CSS?
Is it sensible to dynamically generate SVG images on websites yet?
Techniques for dynamic (algorithmic) graphics
Which book would you recommend to learn SVG?
Which SVG toolkit would you recommend to use in Java?
Is it possible to manipulate an SVG document embedded in an HTML doc with JavaScript?
View SVG using Silverlight or Flash
Interactive SVG - Learning Resources?
SVG rendering in a PyGame application
How to create an SVG "tooltip"-like box?
Can Adobe AIR display SVG?
What are the best practices for using html with xml based languages like svg?
Rendering SVG and Delphi
Seeking a good solution for SVG + Javascript framework
Converting SVG to PNG using C#
Aligning text in SVG
XAML to SVG?
Scripting SVG
Is there a way to render svg data in a swf at runtime?
Displaying vector graphics in a browser