Skip to content

Commit

Permalink
feat: svg properties
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkeyl committed Jan 15, 2025
1 parent 78e5304 commit a95c394
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/config/properties/groups/svg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,22 @@ import { createPropertiesGroup } from '#utils/create-properties-group/create-pro
const svg = [
await createPropertiesGroup({
groupName: 'SVG',
properties: ['fill', 'fill-opacity', 'fill-rule', 'stroke', 'paint-order'],
properties: [
'fill',
'fill-opacity',
'fill-rule',
'stroke',
'stroke-dasharray',
'stroke-dashoffset',
'stroke-linecap',
'stroke-linejoin',
'stroke-miterlimit',
'stroke-opacity',
'stroke-width',
'paint-order',
'stop-color',
'stop-opacity',
],
}),
await createPropertiesGroup({
groupName: 'Marker',
Expand Down

0 comments on commit a95c394

Please sign in to comment.