Skip to content

Commit 3a46214

Browse files
committed
Implement CSS SVG LinearGradient support
1 parent 0cf8dc5 commit 3a46214

File tree

7 files changed

+516
-0
lines changed

7 files changed

+516
-0
lines changed

apps/common-app/src/apps/css/examples/animations/routes/properties/svg.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ export const svgPropertiesRoutes = {
2222
name: 'Line',
2323
Component: svgAnimatedProperties.Line,
2424
},
25+
LinearGradient: {
26+
name: 'LinearGradient',
27+
Component: svgAnimatedProperties.LinearGradient,
28+
},
2529
Path: {
2630
name: 'Path',
2731
Component: svgAnimatedProperties.Path,

0 commit comments

Comments
 (0)