thorvg/.gitignore
Hermet Park 8685c7e0f0 common: fix context corruption among the multiple canvases.
previous implementation didn't consider multiple canvases,
multiple canvas shared one renderer engine that brought corrupted contexts.
Thus, each canvas instances should have designated renderer engine instances.

Now fixed.
2020-09-05 18:55:51 +09:00

26 lines
331 B
Text

build
.vscode
*.swp
testShape
testMultiShapes
testBoundary
testPath
testPathCopy
testBlending
testUpdate
testDirectUpdate
testScene
testTransform
testCustomTransform
testSceneTransform
testStroke
testStrokeLine
testLinearGradient
testRadialGradient
testGradientTransform
testSvg
testSvg2
testAsync
testCapi
testArc
testMultiCanvas