Louis Hampton

Results 4 comments of Louis Hampton

I can reproduce this issue on my machine. Looks like the output folder from `build-env` isn't as expected: ``` Created /app/target/default+uberjar/meuse-1.3.0.jar Created /app/target/default+uberjar/meuse-1.3.0-standalone.jar ``` Versus the expected: ``` Step 8/13...

> Another alternative that I've used in my projects is to create an inner structure protected with an`Arc`. The `Arc` can be cloned and passed into an `async move {...

According to [the SVG 1.1 specification](https://www.w3.org/TR/SVG11/coords.html#ViewBoxAttribute), setting the width or height to zero is a valid method to disable rendering of the SVG element, and will display as such in...

Update: this also breaks in the (rather common) scenario that the canvas is hidden. On Chrome the correct CTM is displayed, but FF produces an identical error. Here is a...