Skip to content

Commit

Permalink
[SVG] Updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-manias committed Apr 3, 2024
1 parent 1c456f9 commit 02ad6a4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
Binary file added src/svg/tests/brushes/graphite.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 16 additions & 6 deletions src/svg/tests/paths/ellipse_vertices.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/svg/tests/test-svg.fluid
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ end

function testCircles() hashTestSVG('paths/circles.svg', 0xc2063c38) end
function testMorph() hashTestSVG('paths/morph.svg', 0x50272d17) end
function testEllipseVertices() hashTestSVG('paths/ellipse_vertices.svg', 0xee1cb501) end
function testEllipseVertices() hashTestSVG('paths/ellipse_vertices.svg', 0x00d2264b) end
function testPolygons() hashTestSVG('paths/polygons.svg', 0x2f17adec) end
function testShapes() hashTestSVG('paths/shapes.svg', 0xd67937c9) end
function testSpirals() hashTestSVG('paths/spirals.svg', 0x669dc06e) end
function testSpirals() hashTestSVG('paths/spirals.svg', 0x84bb0e08) end
function testStrokes() hashTestSVG('paths/strokes.svg', 0x087fb44e) end
function testSuperShapes() hashTestSVG('paths/supershapes.svg', 0xe1a1a714) end
function testSuperShapes() hashTestSVG('paths/supershapes.svg', 0x915ba38c) end
function testSuperSpiral() hashTestSVG('paths/superspiral.svg', 0xd981df67) end
function testTransitions() hashTestSVG('paths/transitions.svg', 0x6774b2a9) end
function testWave() hashTestSVG('paths/wave.svg', 0x4e21371f) end
function testWave() hashTestSVG('paths/wave.svg', 0xc462fb58) end

function testChevrons() hashTestSVG('patterns/chevrons.svg', 0x42a1be4b) end
function testComplex() hashTestSVG('patterns/complex.svg', 0x3a30b99a) end
Expand Down Expand Up @@ -118,7 +118,7 @@ function testW3TransformAttr04() hashTestSVG('transforms/w3-coords-transformattr
function testW3TransformAttr05() hashTestSVG('transforms/w3-coords-transformattr-05-f.svg', 0x2a1d30cd) end

function testCSS() hashTestSVG('misc/css.svg', 0xefdc1bcf) end
function testBrushStrokes() hashTestSVG('misc/brush-strokes.svg', 0x125baa67) end
function testBrushStrokes() hashTestSVG('misc/brush-strokes.svg', 0x21e65d43) end
function testContourGradient() hashTestSVG('misc/contour-gradient.svg', 0x4b865f18) end

function testBottleTree() hashTestSVG('images/bottletree.svg', 0xd7fb84ff) end
Expand Down

0 comments on commit 02ad6a4

Please sign in to comment.