iOS Mobile Safari does not support RGBA in SVG

Originator:joao.eiras
Number:rdar://9921588 Date Originated:09-Aug-2011 05:20 PM
Status:Open Resolved:
Product:Safari Product Version:5.0.2
Classification:Other bug Reproducible:Yes
 
Mobile Safari does not support RGBA as color value in SVG.

Testcase:
<svg xmlns="http://www.w3.org/2000/svg">
  <title>rgba not supported</title>
  <text x="30" y="30">Must see a green square. If not, rgba is not supported.</text>
  <rect x="30" y="50" style="stroke:none;fill:rgba(0,255,0,0.9)" width="250" height="250"/>
</svg>

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!