Steve Landey

Results 57 issues of Steve Landey

Yeah, it'll be really slow. But people want it.

tools

The Canvas and SVG APIs both allow affine transforms of arbitrary things. Rather than support it as a one-off feature per shape (#44, #345), we should let it happen to...

enhancement
api

Almost no one besides the core contributors seem to be familiar with Coffeescript. With the advent of ES6 transpilers, JavaScript is a more reasonable language than it was when we...

enhancement

Since LC is (will be) on NPM as of 0.4.12, it's awkward that the core build can't be installed via NPM. We shouldn't need the preprocessing step at all; `literallycanvas`...

api

It's cool. http://mandabrown.github.io/literally-canvas-replay/index.html

docs

Only affects selection tool and min-bounding-rect calculation.

bug

We can't transform (invert, desaturate) colors that aren't stored in a numeric format. There are a bazillion JavaScript color libraries. We might use one or write our own.

api