mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-05 18:20:46 -08:00
Update AATA svg creation
This commit is contained in:
parent
cd0763791b
commit
6d6084ce15
1 changed files with 1 additions and 1 deletions
|
|
@ -303,7 +303,7 @@ with BuildLine() as arc_arc_tangent_arc:
|
|||
l1 = CenterArc((7, 3), 3, 0, 360)
|
||||
l2 = CenterArc((0, 8), 2, -90, 180)
|
||||
radius = 12
|
||||
l3 = ArcArcTangentArc(l1, l2, radius, Side.LEFT, Keep.OUTSIDE)
|
||||
l3 = ArcArcTangentArc(l1, l2, radius, Side.LEFT, (Keep.INSIDE, Keep.OUTSIDE))
|
||||
s = 100 / max(*arc_arc_tangent_arc.line.bounding_box().size)
|
||||
svg = ExportSVG(scale=s)
|
||||
svg.add_layer("dashed", line_type=LineType.ISO_DASH_SPACE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue