|
@@ -164,6 +164,7 @@ export function renderSpreadsheet(
|
|
strokeStyle: appState.currentItemStrokeStyle,
|
|
strokeStyle: appState.currentItemStrokeStyle,
|
|
roughness: appState.currentItemRoughness,
|
|
roughness: appState.currentItemRoughness,
|
|
opacity: appState.currentItemOpacity,
|
|
opacity: appState.currentItemOpacity,
|
|
|
|
+ strokeSharpness: appState.currentItemStrokeSharpness,
|
|
text: min.toLocaleString(),
|
|
text: min.toLocaleString(),
|
|
fontSize: 16,
|
|
fontSize: 16,
|
|
fontFamily: appState.currentItemFontFamily,
|
|
fontFamily: appState.currentItemFontFamily,
|
|
@@ -181,6 +182,7 @@ export function renderSpreadsheet(
|
|
strokeStyle: appState.currentItemStrokeStyle,
|
|
strokeStyle: appState.currentItemStrokeStyle,
|
|
roughness: appState.currentItemRoughness,
|
|
roughness: appState.currentItemRoughness,
|
|
opacity: appState.currentItemOpacity,
|
|
opacity: appState.currentItemOpacity,
|
|
|
|
+ strokeSharpness: appState.currentItemStrokeSharpness,
|
|
text: max.toLocaleString(),
|
|
text: max.toLocaleString(),
|
|
fontSize: 16,
|
|
fontSize: 16,
|
|
fontFamily: appState.currentItemFontFamily,
|
|
fontFamily: appState.currentItemFontFamily,
|
|
@@ -207,6 +209,7 @@ export function renderSpreadsheet(
|
|
strokeStyle: appState.currentItemStrokeStyle,
|
|
strokeStyle: appState.currentItemStrokeStyle,
|
|
roughness: appState.currentItemRoughness,
|
|
roughness: appState.currentItemRoughness,
|
|
opacity: appState.currentItemOpacity,
|
|
opacity: appState.currentItemOpacity,
|
|
|
|
+ strokeSharpness: appState.currentItemStrokeSharpness,
|
|
});
|
|
});
|
|
});
|
|
});
|
|
|
|
|
|
@@ -226,6 +229,7 @@ export function renderSpreadsheet(
|
|
strokeStyle: appState.currentItemStrokeStyle,
|
|
strokeStyle: appState.currentItemStrokeStyle,
|
|
roughness: appState.currentItemRoughness,
|
|
roughness: appState.currentItemRoughness,
|
|
opacity: appState.currentItemOpacity,
|
|
opacity: appState.currentItemOpacity,
|
|
|
|
+ strokeSharpness: appState.currentItemStrokeSharpness,
|
|
fontSize: 16,
|
|
fontSize: 16,
|
|
fontFamily: appState.currentItemFontFamily,
|
|
fontFamily: appState.currentItemFontFamily,
|
|
textAlign: "center",
|
|
textAlign: "center",
|
|
@@ -247,6 +251,7 @@ export function renderSpreadsheet(
|
|
strokeStyle: appState.currentItemStrokeStyle,
|
|
strokeStyle: appState.currentItemStrokeStyle,
|
|
roughness: appState.currentItemRoughness,
|
|
roughness: appState.currentItemRoughness,
|
|
opacity: appState.currentItemOpacity,
|
|
opacity: appState.currentItemOpacity,
|
|
|
|
+ strokeSharpness: appState.currentItemStrokeSharpness,
|
|
fontSize: 20,
|
|
fontSize: 20,
|
|
fontFamily: appState.currentItemFontFamily,
|
|
fontFamily: appState.currentItemFontFamily,
|
|
textAlign: "center",
|
|
textAlign: "center",
|