Elijah Meeks

Results 26 comments of Elijah Meeks

Apparently, Firefox hasn't implemented setting `r` via CSS style: https://stackoverflow.com/questions/51551729/styling-of-svg-circle-doesn%C2%B4t-work-in-firefox-browser-removes-radius-property?noredirect=1&lq=1 This will require a patch release to Semiotic in order to pass the radius as an attribute as well as...

@dylanross3 when you get a chance pull the latest version and let me know if this resolves the problem. I tested it locally and seems to be fine but I...

I'd love to help, just let me know what to do. One thing, I think, would be to genericize the table (`grid`) view, because so many folks have their own...

So I tested this out with something like the following: ``` sketchy.circleStroke = function(opts){ var merged_opts = extend(defaults, opts); var svg = merged_opts.svg.append("g").attr('transform', function() { return "translate("+merged_opts.x+" "+merged_opts.y+") "+circleTransform(1,1, 0,360);...

Notice it's not just the pattern rendering, but also the offset of the paths. It looks like the offset may be calculated twice.

I've evolved my thinking on legends. I think any kind of more exhaustive legend should be built 3rd party rather than built into Semiotic because of the different kinds of...