MCPcopy
hub / github.com/tdewolff/canvas / Transform

Method Transform

patterns.go:9–9  ·  view source on GitHub ↗
(Matrix)

Source from the content-addressed store, hash-verified

7
8type Pattern interface {
9 Transform(Matrix) Pattern
10 SetColorSpace(ColorSpace) Pattern
11 RenderTo(Renderer, *Path)
12}

Callers 15

DrawPreviewWithAssetsFunction · 0.65
RenderMarkdownFunction · 0.65
MarkersMethod · 0.65
TestPathTransformFunction · 0.65
BenchmarkToRasterizerFunction · 0.65
BenchmarkToScanxFunction · 0.65
TileRectangleFunction · 0.65
TileMethod · 0.65
rhombitrihexagonalTilingFunction · 0.65
mainFunction · 0.65
RenderPathMethod · 0.65
DrawImageMethod · 0.65

Implementers 1

HatchPatternpatterns.go

Calls

no outgoing calls

Tested by 3

TestPathTransformFunction · 0.52
BenchmarkToRasterizerFunction · 0.52
BenchmarkToScanxFunction · 0.52