vector_graphics icon indicating copy to clipboard operation
vector_graphics copied to clipboard

Results 45 vector_graphics issues
Sort by recently updated
recently updated
newest added

Images fetched from the network can take significant time to load. Unfortunately, when a placeholder is defined and the remote asset is loaded we see an immediate switch (pop-in). Could...

I've played around with the vector graphics and have a suggestion, a simple annotation where you can set all data to convert the svg's into vector files. I've made a...

The size of the pattern is being calculated - it's being done in reference to the root viewbox instead of the destination shape - this will often mean that the...

We can do this for shapes with identical painting properties when - The shapes have no overlap - Any overlap is completely opaque This would have the benefit of safely...

With impeller we believe that this will still be a performant path. Furthermore, it may allow even more SVG simplification if we the overdraw optimizer can work on these paths....

This svg: ``` ``` ![image](https://user-images.githubusercontent.com/8620741/193667548-4cbef805-be3a-43bd-926b-b92984af9966.png)

## Overview We'd still like the ability to make major revisions, so we'll communicate via semver: Major changes indicate that the format is completely incompatible with old clients. Minor changes...

Patterns which only ever tile their image once do not need to create an image shader and can be replaced with a simple draw call.

I've spoken to several client teams that use some combination of SVG parsing and the SVG theme API to provide dynamic colors to an SVG. We should support a compile...

Currently images are simply stretched to fill the given bounds. We should implement https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/preserveAspectRatio to allow customizing how this behaves