Kevin DeCapite

Results 4 issues of Kevin DeCapite

I'm trying to use juice to inline CSS into a dynamically generated SVG drawing. It works great, but is changing the case of the `viewBox` attribute to all lowercase: `viewbox`....

When I run the `DecimalModTest::testFiniteFiniteMod()` test using the following data sets, I get failures: ### Data Provider ``` # Extant passing tests. ['10', '3', '1'], ['34', '3.4', '0'], ['15.1615', '3.156156',...

In comparing your list with this one: https://www.sec.gov/info/edgar/siccodes.htm I'm noticing that your first entry for "Wheat, 0111" can't be found on the SEC.gov website. Which is correct? Your source repository...

In trying to prevent the SVG from getting dragged/panned out of sight, I'm using the `margins` property like this: ``` panZoom({ margins: { top: 1, right: 1, bottom: 1, left:...