This commit is contained in:
cracklesparkle
2025-01-30 12:36:39 +09:00
parent e6b3dc05d3
commit 0788a401ca
43 changed files with 3710 additions and 1724 deletions

View File

@ -95,7 +95,7 @@ const figureStyle = new Style({
color: 'rgba(255,255,255,0.4)'
}),
stroke: new Stroke({
color: '#3399CC',
color: 'black',
width: 1.25
}),
text: new Text({
@ -108,12 +108,9 @@ const figureStyle = new Style({
})
const lineStyle = new Style({
fill: new Fill({
color: 'rgba(255,255,255,0.4)'
}),
stroke: new Stroke({
color: '#3399CC',
width: 1.25
width: 1
}),
text: new Text({
font: '12px Calibri,sans-serif',