mbostock / svjimmy

A bookmarklet to download SVG as PNG.

Home Page:https://mbostock.github.io/svjimmy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support inherited CSS.

mbostock opened this issue · comments

For example:

<style>

#parent text {
  fill: red;
}

</style>
<div id="parent">
  <svg></svg>
</div>

As demonstrated here on line 4:

https://nytimes.github.io/svg-crowbar/