<svg version="1.1" xmlns="http://www.w3.org/2000/svg"> <defs> <style type="text/css"> <![CDATA[rect { fill: silver; stroke: red; stroke-width:1; } ]]> </style> </defs> <rect x="100" y="100" width="50" height="50" /> </svg>