





















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
An overview of Scalable Vector Graphics (SVG), a vector-based graphics format for the web. Topics covered include the advantages of SVG over other formats like Flash, creating simple shapes, attributes, grouping, and animation. The document also includes examples of SVG code and embedding SVG into HTML.
Typology: Lecture notes
1 / 29
This page cannot be seen from the preview
Don't miss anything!
Roy Crole: Scalable Vector Graphics (CO2016, 2014/2015) – p. 1
Roy Crole: Scalable Vector Graphics (CO2016, 2014/2015) – p. 2
Roy Crole: Scalable Vector Graphics (CO2016, 2014/2015) – p. 3
Roy Crole: Scalable Vector Graphics (CO2016, 2014/2015) – p. 4
" h t t p : / / www. w3. org / Graphics /SVG/ 1. 1 / DTD / svg11. d td " >
Roy Crole: Scalable Vector Graphics (CO2016, 2014/2015) – p. 6
... < i f r a m e s r c = " myFileName. svg " w i d t h = " 450 " h e i g h t = " 300 " > </ i fr a m e >^...
Roy Crole: Scalable Vector Graphics (CO2016, 2014/2015) – p. 7
Roy Crole: Scalable Vector Graphics (CO2016, 2014/2015) – p. 9
< r e c t x= " 0 " y= " 30 " w i d t h = " 40 " h e i g h t = " 20 ’ ’ > </ r e c t >
Roy Crole: Scalable Vector Graphics (CO2016, 2014/2015) – p. 10
Roy Crole: Scalable Vector Graphics (CO2016, 2014/2015) – p. 12
Roy Crole: Scalable Vector Graphics (CO2016, 2014/2015) – p. 13
<path d= " M
<path d= " M
l 5 0
Roy Crole: Scalable Vector Graphics (CO2016, 2014/2015) – p. 15
<path d= " M300, h
a150 ,
z " s t y l e = " f i l l : red ; s t r o k e : b l u e ; s t r o k e
w i d t h : 5 " / > <path d= " M275, v
a150 ,
z " s t y l e = " f i l l : y e l l o w ; s t r o k e : b l u e ; s t r o k e
w i d t h : 5 " / > <path d= " M600, l^
a25 ,2 5
l^
a25 ,5 0
l^
a25 ,7 5
l^
a25 ,
l^
s t y l e = " f i l l : none ; s t r o k e : red ; s t r o k e
w i d t h : 5 "
Roy Crole: Scalable Vector Graphics (CO2016, 2014/2015) – p. 16
Roy Crole: Scalable Vector Graphics (CO2016, 2014/2015) – p. 18
<polygon p o i n t s = "
s t y l e = " f i l l : w h i t e " / > < r e c t
</ defs >
Roy Crole: Scalable Vector Graphics (CO2016, 2014/2015) – p. 19