Initial phase 4 extra tools, bug fixes, multi select changes.
This commit is contained in:
parent
bce3c1b420
commit
f273685cc1
18 changed files with 1379 additions and 88 deletions
|
|
@ -36,7 +36,8 @@ class TextAnnotation(AnnotationBase):
|
|||
props: TextProps
|
||||
|
||||
class DrawProps(BaseModel):
|
||||
paths: List[Tuple[float, float]]
|
||||
paths: List[Tuple[float, float]] = []
|
||||
svgPath: Optional[str] = None
|
||||
strokeColor: str = "#000000"
|
||||
strokeWidth: float = 2
|
||||
opacity: float = 1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue