svg.json 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. {
  2. "title":"SVG (basic support)",
  3. "description":"Method of displaying basic Vector Graphics features using the embed or object elements. Refers to the SVG 1.1 spec.",
  4. "spec":"http://www.w3.org/TR/SVG/",
  5. "status":"rec",
  6. "links":[
  7. {
  8. "url":"http://en.wikipedia.org/wiki/Scalable_Vector_Graphics",
  9. "title":"Wikipedia"
  10. },
  11. {
  12. "url":"http://www.alistapart.com/articles/using-svg-for-flexible-scalable-and-fun-backgrounds-part-i",
  13. "title":"A List Apart article"
  14. },
  15. {
  16. "url":"http://svg-wow.org/",
  17. "title":"SVG showcase site"
  18. },
  19. {
  20. "url":"http://code.google.com/p/svgweb/",
  21. "title":"SVG Web: Flash-based polyfill"
  22. },
  23. {
  24. "url":"https://github.com/SVG-Edit/svgedit",
  25. "title":"Web-based SVG editor"
  26. },
  27. {
  28. "url":"https://raw.github.com/phiggins42/has.js/master/detect/graphics.js#svg",
  29. "title":"has.js test"
  30. }
  31. ],
  32. "bugs":[
  33. {
  34. "description":"Chrome 26 doesn't support the attribute preserveAspectRatio=none."
  35. },
  36. {
  37. "description":"SVG graphics look pixelated when zooming in or using scaled up images in Opera Mini & Opera Mobile 12.1-."
  38. },
  39. {
  40. "description":"IE9-Edge12, Safari 5.1-6, and UCWeb 11 do not support [referencing external files](https://css-tricks.com/svg-use-external-source/) via `<use xlink:href>`. Polyfills are available: [server-side inlining + snippet](http://codepen.io/hexalys/pen/epErZj/) - [script](https://github.com/jonathantneal/svg4everybody)"
  41. },
  42. {
  43. "description":"Chrome 48+ [no longer has support](https://www.chromestatus.com/feature/5708851034718208) for the SVGPathSeg interface. Polyfills are available: [original](https://github.com/progers/pathseg/blob/master/pathseg.js) - [SVG 2 draft-based](https://github.com/jarek-foksa/path-data-polyfill.js)"
  44. }
  45. ],
  46. "categories":[
  47. "SVG"
  48. ],
  49. "stats":{
  50. "ie":{
  51. "5.5":"n",
  52. "6":"p",
  53. "7":"p",
  54. "8":"p",
  55. "9":"y #2",
  56. "10":"y #2",
  57. "11":"y #2"
  58. },
  59. "edge":{
  60. "12":"y #2",
  61. "13":"y #2",
  62. "14":"y #2"
  63. },
  64. "firefox":{
  65. "2":"a",
  66. "3":"y",
  67. "3.5":"y",
  68. "3.6":"y",
  69. "4":"y",
  70. "5":"y",
  71. "6":"y",
  72. "7":"y",
  73. "8":"y",
  74. "9":"y",
  75. "10":"y",
  76. "11":"y",
  77. "12":"y",
  78. "13":"y",
  79. "14":"y",
  80. "15":"y",
  81. "16":"y",
  82. "17":"y",
  83. "18":"y",
  84. "19":"y",
  85. "20":"y",
  86. "21":"y",
  87. "22":"y",
  88. "23":"y",
  89. "24":"y",
  90. "25":"y",
  91. "26":"y",
  92. "27":"y",
  93. "28":"y",
  94. "29":"y",
  95. "30":"y",
  96. "31":"y",
  97. "32":"y",
  98. "33":"y",
  99. "34":"y",
  100. "35":"y",
  101. "36":"y",
  102. "37":"y",
  103. "38":"y",
  104. "39":"y",
  105. "40":"y",
  106. "41":"y",
  107. "42":"y",
  108. "43":"y",
  109. "44":"y",
  110. "45":"y",
  111. "46":"y",
  112. "47":"y",
  113. "48":"y",
  114. "49":"y",
  115. "50":"y",
  116. "51":"y",
  117. "52":"y",
  118. "53":"y"
  119. },
  120. "chrome":{
  121. "4":"y",
  122. "5":"y",
  123. "6":"y",
  124. "7":"y",
  125. "8":"y",
  126. "9":"y",
  127. "10":"y",
  128. "11":"y",
  129. "12":"y",
  130. "13":"y",
  131. "14":"y",
  132. "15":"y",
  133. "16":"y",
  134. "17":"y",
  135. "18":"y",
  136. "19":"y",
  137. "20":"y",
  138. "21":"y",
  139. "22":"y",
  140. "23":"y",
  141. "24":"y",
  142. "25":"y",
  143. "26":"y",
  144. "27":"y",
  145. "28":"y",
  146. "29":"y",
  147. "30":"y",
  148. "31":"y",
  149. "32":"y",
  150. "33":"y",
  151. "34":"y",
  152. "35":"y",
  153. "36":"y",
  154. "37":"y",
  155. "38":"y",
  156. "39":"y",
  157. "40":"y",
  158. "41":"y",
  159. "42":"y",
  160. "43":"y",
  161. "44":"y",
  162. "45":"y",
  163. "46":"y",
  164. "47":"y",
  165. "48":"y",
  166. "49":"y",
  167. "50":"y",
  168. "51":"y",
  169. "52":"y",
  170. "53":"y",
  171. "54":"y",
  172. "55":"y",
  173. "56":"y",
  174. "57":"y"
  175. },
  176. "safari":{
  177. "3.1":"a",
  178. "3.2":"y",
  179. "4":"y",
  180. "5":"y",
  181. "5.1":"y",
  182. "6":"y",
  183. "6.1":"y",
  184. "7":"y",
  185. "7.1":"y",
  186. "8":"y",
  187. "9":"y",
  188. "9.1":"y",
  189. "10":"y",
  190. "TP":"y"
  191. },
  192. "opera":{
  193. "9":"y",
  194. "9.5-9.6":"y",
  195. "10.0-10.1":"y",
  196. "10.5":"y",
  197. "10.6":"y",
  198. "11":"y",
  199. "11.1":"y",
  200. "11.5":"y",
  201. "11.6":"y",
  202. "12":"y",
  203. "12.1":"y",
  204. "15":"y",
  205. "16":"y",
  206. "17":"y",
  207. "18":"y",
  208. "19":"y",
  209. "20":"y",
  210. "21":"y",
  211. "22":"y",
  212. "23":"y",
  213. "24":"y",
  214. "25":"y",
  215. "26":"y",
  216. "27":"y",
  217. "28":"y",
  218. "29":"y",
  219. "30":"y",
  220. "31":"y",
  221. "32":"y",
  222. "33":"y",
  223. "34":"y",
  224. "35":"y",
  225. "36":"y",
  226. "37":"y",
  227. "38":"y",
  228. "39":"y",
  229. "40":"y",
  230. "41":"y",
  231. "42":"y",
  232. "43":"y"
  233. },
  234. "ios_saf":{
  235. "3.2":"y",
  236. "4.0-4.1":"y",
  237. "4.2-4.3":"y",
  238. "5.0-5.1":"y",
  239. "6.0-6.1":"y",
  240. "7.0-7.1":"y",
  241. "8":"y",
  242. "8.1-8.4":"y",
  243. "9.0-9.2":"y",
  244. "9.3":"y",
  245. "10-10.1":"y"
  246. },
  247. "op_mini":{
  248. "all":"y"
  249. },
  250. "android":{
  251. "2.1":"n",
  252. "2.2":"n",
  253. "2.3":"n",
  254. "3":"a #1",
  255. "4":"a #1",
  256. "4.1":"a #1",
  257. "4.2-4.3":"a #1",
  258. "4.4":"y",
  259. "4.4.3-4.4.4":"y",
  260. "53":"y"
  261. },
  262. "bb":{
  263. "7":"y",
  264. "10":"y"
  265. },
  266. "op_mob":{
  267. "10":"y",
  268. "11":"y",
  269. "11.1":"y",
  270. "11.5":"y",
  271. "12":"y",
  272. "12.1":"y",
  273. "37":"y"
  274. },
  275. "and_chr":{
  276. "54":"y"
  277. },
  278. "and_ff":{
  279. "50":"y"
  280. },
  281. "ie_mob":{
  282. "10":"y #2",
  283. "11":"y #2"
  284. },
  285. "and_uc":{
  286. "11":"y"
  287. },
  288. "samsung":{
  289. "4":"y"
  290. }
  291. },
  292. "notes":"",
  293. "notes_by_num":{
  294. "1":"Partial support in Android 3 & 4 refers to not supporting masking.",
  295. "2":"IE9-11 desktop & mobile don't properly scale SVG files. [Adding height, width, viewBox, and CSS rules](http://codepen.io/tomByrer/pen/qEBbzw?editors=110) seem to be the best workaround."
  296. },
  297. "usage_perc_y":96.94,
  298. "usage_perc_a":0.74,
  299. "ucprefix":false,
  300. "parent":"",
  301. "keywords":"rect,circle,ellipse,line,polyline,polygon,defs,symbol,use,tspan,tref,textpath,stroke-dasharray,stroke-dashoffset",
  302. "ie_id":"",
  303. "chrome_id":"",
  304. "firefox_id":"",
  305. "webkit_id":"",
  306. "shown":true
  307. }