svg.svg 479 B

1234567891011
  1. <svg xmlns="http://www.w3.org/2000/svg">
  2. <style type="text/css"> #ed { width: 500px; height: 200px }</style>
  3. <script xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="../src/ace.js"></script>
  4. <script type="text/javascript">
  5. window.onload = function() {
  6. ace.edit("ed");
  7. };</script>
  8. <foreignObject id="fo" width="500px" height="200px">
  9. <div xmlns="http://www.w3.org/1999/xhtml" id="ed">Hi!</div>
  10. </foreignObject>
  11. </svg>