This commit is contained in:
ct
2025-06-16 23:45:49 +08:00
parent ef2871a983
commit 2dc85f70cc
3 changed files with 105 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ const sampleTimelineElements = [
x: 50,
y: 600,
fontSize: 24,
fontWeight: 'bold', // ADD THIS LINE
fill: 'white',
stroke: 'black',
strokeWidth: 1,
@@ -75,6 +76,7 @@ const sampleTimelineElements = [
x: 50,
y: 650,
fontSize: 20,
fontWeight: 'bold', // ADD THIS LINE
fill: 'yellow',
stroke: 'red',
strokeWidth: 2,