svg.json 8.4 KB

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