Update
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user