mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 02:48:12 +08:00
fix: vello vector data
This commit is contained in:
@@ -194,14 +194,26 @@ pub fn mask<T, E>(
|
||||
_: impl Ctx,
|
||||
/// The image to be masked.
|
||||
#[implementations(
|
||||
VectorDataTable,
|
||||
VectorDataTable,
|
||||
VectorDataTable,
|
||||
RasterDataTable<CPU>,
|
||||
RasterDataTable<CPU>,
|
||||
RasterDataTable<CPU>,
|
||||
GraphicGroupTable,
|
||||
GraphicGroupTable,
|
||||
GraphicGroupTable
|
||||
)]
|
||||
mut image: Instances<T>,
|
||||
/// The stencil to be used for masking.
|
||||
#[expose]
|
||||
#[implementations(
|
||||
VectorDataTable,
|
||||
RasterDataTable<CPU>,
|
||||
GraphicGroupTable,
|
||||
VectorDataTable,
|
||||
RasterDataTable<CPU>,
|
||||
GraphicGroupTable,
|
||||
VectorDataTable,
|
||||
RasterDataTable<CPU>,
|
||||
GraphicGroupTable
|
||||
|
||||
Reference in New Issue
Block a user