We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7dbff commit 56d136eCopy full SHA for 56d136e
internal/renderers/femtovg/itemrenderer.rs
@@ -40,6 +40,7 @@ pub enum ItemGraphicsCacheEntry<R: femtovg::Renderer + TextureImporter> {
40
Texture(Rc<Texture<R>>),
41
TextureWithOrigin {
42
texture: Rc<Texture<R>>,
43
+ /// Designated point where to draw the texture, relative to the item this cache entry is associated with.
44
origin: PhysicalPoint,
45
},
46
ColorizedImage {
0 commit comments