This commit is contained in:
ct
2025-06-17 21:25:33 +08:00
parent 886d20a793
commit f61f95d6d1
4 changed files with 175 additions and 23 deletions

View File

@@ -63,9 +63,9 @@ const sampleTimelineElements = [
fontWeight: 'bold',
fontFamily: 'Montserrat',
fontStyle: 'normal',
fill: 'white',
stroke: 'black',
strokeWidth: 1,
fill: '#ffffff',
stroke: '#000000',
strokeWidth: 3,
rotation: 0,
},
{
@@ -81,8 +81,8 @@ const sampleTimelineElements = [
fontWeight: 'bold',
fontFamily: 'Montserrat',
fontStyle: 'normal',
fill: 'yellow',
stroke: 'red',
fill: '#ffff00',
stroke: '#ff0000',
strokeWidth: 2,
rotation: 0,
},