Dan Field

Results 553 comments of Dan Field

What I'm doing is just drawing the elements to a canvas and then scaling it based on the viewbox. For Flutter, canvas doesn't have any pre-defined size. Either way I'm...

I'vereverted a bit related to this in e445889, which should resolve the other issue. Whatever is done for this, it has to be handled in some other way.

I've reverted the changes I made to width/height processing - this still needs to be figured out though.

This is using an `` tag that actually has another SVG inside it.

> I'm experiencing the exact symptoms in the title, albeit with a different problem. I converted svg containing png as data url with `dart run vector_graphics_compiler -i`, the original svg...

That site does not work for me. Can you attach it to this issue?

Vector Graphics oly supports PNG images right now. Adding JPEG wouldn't be hard.

It looks like there's nothing publically exposed to clear the cache. I've added `PictureProvider.clearCache()`. There's one other thing I want to land now before I publish, but should publish a...

From https://developer.android.com/ndk/reference/group/native-activity#asurfacetransaction_oncommit: > THREADING The transaction committed callback can be invoked on any thread. But from `apply`: > Applies the updates accumulated in transaction. > Note that the transaction is...