svg.json 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  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":"https://www.w3.org/TR/SVG/",
  5. "status":"rec",
  6. "links":[
  7. {
  8. "url":"https://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](https://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. "15":"y #2",
  64. "16":"y #2",
  65. "17":"y #2",
  66. "18":"y #2"
  67. },
  68. "firefox":{
  69. "2":"a",
  70. "3":"y",
  71. "3.5":"y",
  72. "3.6":"y",
  73. "4":"y",
  74. "5":"y",
  75. "6":"y",
  76. "7":"y",
  77. "8":"y",
  78. "9":"y",
  79. "10":"y",
  80. "11":"y",
  81. "12":"y",
  82. "13":"y",
  83. "14":"y",
  84. "15":"y",
  85. "16":"y",
  86. "17":"y",
  87. "18":"y",
  88. "19":"y",
  89. "20":"y",
  90. "21":"y",
  91. "22":"y",
  92. "23":"y",
  93. "24":"y",
  94. "25":"y",
  95. "26":"y",
  96. "27":"y",
  97. "28":"y",
  98. "29":"y",
  99. "30":"y",
  100. "31":"y",
  101. "32":"y",
  102. "33":"y",
  103. "34":"y",
  104. "35":"y",
  105. "36":"y",
  106. "37":"y",
  107. "38":"y",
  108. "39":"y",
  109. "40":"y",
  110. "41":"y",
  111. "42":"y",
  112. "43":"y",
  113. "44":"y",
  114. "45":"y",
  115. "46":"y",
  116. "47":"y",
  117. "48":"y",
  118. "49":"y",
  119. "50":"y",
  120. "51":"y",
  121. "52":"y",
  122. "53":"y",
  123. "54":"y",
  124. "55":"y",
  125. "56":"y",
  126. "57":"y",
  127. "58":"y",
  128. "59":"y",
  129. "60":"y",
  130. "61":"y",
  131. "62":"y",
  132. "63":"y",
  133. "64":"y",
  134. "65":"y",
  135. "66":"y"
  136. },
  137. "chrome":{
  138. "4":"y",
  139. "5":"y",
  140. "6":"y",
  141. "7":"y",
  142. "8":"y",
  143. "9":"y",
  144. "10":"y",
  145. "11":"y",
  146. "12":"y",
  147. "13":"y",
  148. "14":"y",
  149. "15":"y",
  150. "16":"y",
  151. "17":"y",
  152. "18":"y",
  153. "19":"y",
  154. "20":"y",
  155. "21":"y",
  156. "22":"y",
  157. "23":"y",
  158. "24":"y",
  159. "25":"y",
  160. "26":"y",
  161. "27":"y",
  162. "28":"y",
  163. "29":"y",
  164. "30":"y",
  165. "31":"y",
  166. "32":"y",
  167. "33":"y",
  168. "34":"y",
  169. "35":"y",
  170. "36":"y",
  171. "37":"y",
  172. "38":"y",
  173. "39":"y",
  174. "40":"y",
  175. "41":"y",
  176. "42":"y",
  177. "43":"y",
  178. "44":"y",
  179. "45":"y",
  180. "46":"y",
  181. "47":"y",
  182. "48":"y",
  183. "49":"y",
  184. "50":"y",
  185. "51":"y",
  186. "52":"y",
  187. "53":"y",
  188. "54":"y",
  189. "55":"y",
  190. "56":"y",
  191. "57":"y",
  192. "58":"y",
  193. "59":"y",
  194. "60":"y",
  195. "61":"y",
  196. "62":"y",
  197. "63":"y",
  198. "64":"y",
  199. "65":"y",
  200. "66":"y",
  201. "67":"y",
  202. "68":"y",
  203. "69":"y",
  204. "70":"y",
  205. "71":"y",
  206. "72":"y",
  207. "73":"y",
  208. "74":"y"
  209. },
  210. "safari":{
  211. "3.1":"a",
  212. "3.2":"y",
  213. "4":"y",
  214. "5":"y",
  215. "5.1":"y",
  216. "6":"y",
  217. "6.1":"y",
  218. "7":"y",
  219. "7.1":"y",
  220. "8":"y",
  221. "9":"y",
  222. "9.1":"y",
  223. "10":"y",
  224. "10.1":"y",
  225. "11":"y",
  226. "11.1":"y",
  227. "12":"y",
  228. "TP":"y"
  229. },
  230. "opera":{
  231. "9":"y",
  232. "9.5-9.6":"y",
  233. "10.0-10.1":"y",
  234. "10.5":"y",
  235. "10.6":"y",
  236. "11":"y",
  237. "11.1":"y",
  238. "11.5":"y",
  239. "11.6":"y",
  240. "12":"y",
  241. "12.1":"y",
  242. "15":"y",
  243. "16":"y",
  244. "17":"y",
  245. "18":"y",
  246. "19":"y",
  247. "20":"y",
  248. "21":"y",
  249. "22":"y",
  250. "23":"y",
  251. "24":"y",
  252. "25":"y",
  253. "26":"y",
  254. "27":"y",
  255. "28":"y",
  256. "29":"y",
  257. "30":"y",
  258. "31":"y",
  259. "32":"y",
  260. "33":"y",
  261. "34":"y",
  262. "35":"y",
  263. "36":"y",
  264. "37":"y",
  265. "38":"y",
  266. "39":"y",
  267. "40":"y",
  268. "41":"y",
  269. "42":"y",
  270. "43":"y",
  271. "44":"y",
  272. "45":"y",
  273. "46":"y",
  274. "47":"y",
  275. "48":"y",
  276. "49":"y",
  277. "50":"y",
  278. "51":"y",
  279. "52":"y",
  280. "53":"y",
  281. "54":"y",
  282. "55":"y",
  283. "56":"y",
  284. "57":"y"
  285. },
  286. "ios_saf":{
  287. "3.2":"y",
  288. "4.0-4.1":"y",
  289. "4.2-4.3":"y",
  290. "5.0-5.1":"y",
  291. "6.0-6.1":"y",
  292. "7.0-7.1":"y",
  293. "8":"y",
  294. "8.1-8.4":"y",
  295. "9.0-9.2":"y",
  296. "9.3":"y",
  297. "10.0-10.2":"y",
  298. "10.3":"y",
  299. "11.0-11.2":"y",
  300. "11.3-11.4":"y",
  301. "12.0-12.1":"y"
  302. },
  303. "op_mini":{
  304. "all":"y"
  305. },
  306. "android":{
  307. "2.1":"n",
  308. "2.2":"n",
  309. "2.3":"n",
  310. "3":"a #1",
  311. "4":"a #1",
  312. "4.1":"a #1",
  313. "4.2-4.3":"a #1",
  314. "4.4":"y",
  315. "4.4.3-4.4.4":"y",
  316. "67":"y"
  317. },
  318. "bb":{
  319. "7":"y",
  320. "10":"y"
  321. },
  322. "op_mob":{
  323. "10":"y",
  324. "11":"y",
  325. "11.1":"y",
  326. "11.5":"y",
  327. "12":"y",
  328. "12.1":"y",
  329. "46":"y"
  330. },
  331. "and_chr":{
  332. "70":"y"
  333. },
  334. "and_ff":{
  335. "63":"y"
  336. },
  337. "ie_mob":{
  338. "10":"y #2",
  339. "11":"y #2"
  340. },
  341. "and_uc":{
  342. "11.8":"y"
  343. },
  344. "samsung":{
  345. "4":"y",
  346. "5":"y",
  347. "6.2":"y",
  348. "7.2":"y"
  349. },
  350. "and_qq":{
  351. "1.2":"y"
  352. },
  353. "baidu":{
  354. "7.12":"y"
  355. }
  356. },
  357. "notes":"",
  358. "notes_by_num":{
  359. "1":"Partial support in Android 3 & 4 refers to not supporting masking.",
  360. "2":"IE9-11 desktop & mobile don't properly scale SVG files. [Adding height, width, viewBox, and CSS rules](https://codepen.io/tomByrer/pen/qEBbzw?editors=110) seem to be the best workaround."
  361. },
  362. "usage_perc_y":95.33,
  363. "usage_perc_a":0.37,
  364. "ucprefix":false,
  365. "parent":"",
  366. "keywords":"rect,circle,ellipse,line,polyline,polygon,defs,symbol,use,tspan,tref,textpath,stroke-dasharray,stroke-dashoffset",
  367. "ie_id":"",
  368. "chrome_id":"",
  369. "firefox_id":"",
  370. "webkit_id":"",
  371. "shown":true
  372. }