Difference between revisions of "Svg with graphic-document role"
Jump to navigation
Jump to search
(Created page with "<html> <svg role="graphic-document" height="100" width="100"> <circle cx="60" cy="60" r="50" stroke="blUE" stroke-width="2" fill="red" /> </svg> </html>") |
|||
Line 1: | Line 1: | ||
<html> | <html> | ||
− | <svg role="graphic-document" height=" | + | <svg role="graphic-document" height="200" width="200"> |
<circle cx="60" cy="60" r="50" stroke="blUE" stroke-width="2" fill="red" /> | <circle cx="60" cy="60" r="50" stroke="blUE" stroke-width="2" fill="red" /> | ||
</svg> | </svg> | ||
</html> | </html> |
Revision as of 12:51, 16 October 2019