mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-19 07:20:21 +02:00
implement stroke style (#1571)
This commit is contained in:
@@ -36,6 +36,7 @@ function populateElements(
|
||||
backgroundColor: h.state.currentItemBackgroundColor,
|
||||
fillStyle: h.state.currentItemFillStyle,
|
||||
strokeWidth: h.state.currentItemStrokeWidth,
|
||||
strokeStyle: h.state.currentItemStrokeStyle,
|
||||
roughness: h.state.currentItemRoughness,
|
||||
opacity: h.state.currentItemOpacity,
|
||||
});
|
||||
|
Reference in New Issue
Block a user