@@ -95,7 +95,7 @@ Hooks.on("refreshDrawing", drawing => {
95
95
dropShadowBlur : ts ?. dropShadowBlur ?? Math . max ( Math . round ( document . fontSize / 16 ) , 2 ) ,
96
96
dropShadowColor : ts ?. dropShadowColor || "#000000" ,
97
97
dropShadowDistance : ts ?. dropShadowDistance ?? 0 ,
98
- fill : ts ?. fill ?. length ? [ document . textColor || "#FFFFFF " ] . concat ( ts . fill . map ( c => c || "#FFFFFF " ) ) : document . textColor || "#FFFFFF " ,
98
+ fill : ts ?. fill ?. length ? [ document . textColor || "#ffffff " ] . concat ( ts . fill . map ( c => c || "#ffffff " ) ) : document . textColor || "#ffffff " ,
99
99
fillGradientStops : ts ?. fillGradientStops ?? [ ] ,
100
100
fillGradientType : ts ?. fillGradientType ?? PIXI . TEXT_GRADIENT . LINEAR_VERTICAL ,
101
101
fontStyle : ts ?. fontStyle || "normal" ,
@@ -104,7 +104,7 @@ Hooks.on("refreshDrawing", drawing => {
104
104
leading : ts ?. leading ?? 0 ,
105
105
letterSpacing : ts ?. letterSpacing ?? 0 ,
106
106
lineJoin : "round" ,
107
- stroke : ts ?. stroke || ( Color . from ( document . textColor || "#FFFFFF " ) . hsv [ 2 ] > 0.6 ? 0x000000 : 0xFFFFFF ) ,
107
+ stroke : ts ?. stroke || ( Color . from ( document . textColor || "#ffffff " ) . hsv [ 2 ] > 0.6 ? 0x000000 : 0xFFFFFF ) ,
108
108
strokeThickness : ts ?. strokeThickness ?? Math . max ( Math . round ( document . fontSize / 32 ) , 2 ) ,
109
109
wordWrapWidth : calculateValue ( ts ?. wordWrapWidth , document . shape . width ) ?? document . shape . width
110
110
} ) ;
0 commit comments