Sha256: 20987b33cd0c46519a47dadfef4d33339235971e47cf69d5f69c5bcba92a8754
Contents?: true
Size: 479 Bytes
Versions: 5
Compression:
Stored size: 479 Bytes
Contents
<svg xmlns="http://www.w3.org/2000/svg"> <style type="text/css"> #ed { width: 500px; height: 200px }</style> <script xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="../src/ace.js"></script> <script type="text/javascript"> window.onload = function() { ace.edit("ed"); };</script> <foreignObject id="fo" width="500px" height="200px"> <div xmlns="http://www.w3.org/1999/xhtml" id="ed">Hi!</div> </foreignObject> </svg>
Version data entries
5 entries across 5 versions & 1 rubygems