Gabe Lerner

Results 16 issues of Gabe Lerner

Since this plugin takes the responsibility of copying the `package.include` to the `.build` folder, when running with `serverless offline`, I noticed that my `package.include` files are not updated in the...

The published https://github.com/mastermoo/react-native-action-button/blob/master/ActionButton.js referenced in https://github.com/mastermoo/react-native-action-button/blob/master/package.json#L5 has jsx in it. This requires users of the package to transpile dependencies / node_modules which is not ideal. Is it possible to publish...

_From [[email protected]](https://code.google.com/u/110523491138478207378/) on August 15, 2014 16:25:20_ Please check the following before submitting the issue: [x] When I drag the svg to my browser, it renders without errors [x] My...

imported

**This is the main thread for big or large images not being able to render** This includes: - size - dimensions - many elements To receive help, please provide a...

thread

html ```html ``` js ```javascript svg = ''; const ctx = document.getElementById('canvas').getContext('2d'); ctx.drawSvg(svg, 50, 50, 100, 400); ``` expect: tall rectangle actual: rectangle shifted down

**this is the main thread for data uri and external xlink:href support** several issues have been centered around supporting `data:` within `url()` and external loading of `xlink:href`. they have all...

thread

**This is the main thread for filter issues** ### Instructions Please open a PR with working code instead of requesting one of the below features. ### Current Status - feBlend:...

thread

**this is the main thread for issues that will probably never get fixed** - foreign object support (can use https://html2canvas.hertzen.com/ if you want to render html on a canvas) -...

thread

**This is the main thread for text issues** ### Instructions Please open a PR with working code instead of requesting one of the below features. ### Current Status - `writing-mode`:...

thread

make https://github.com/canvg/canvg/blob/master/src/canvg.js#L1738 better test case is: ```xml ``` returns width of 0 but should be a bigger bounding box ... maybe add halfway point to it