committing a shape, but width is automatically set to 1 #4551
Unanswered
AvivEsh
asked this question in
Looking for help
Replies: 1 comment 4 replies
-
Using the following will generate lines with width 0.36: shape = page.new_shape()
shape.draw_line((100,100),(200,200))
shape.draw_line((100,200),(200,300))
shape.finish(width=0.36,color=(1,0,0))
shape.commit() |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have created a shape containing 2 lines that are disconnected and I have set the width to be 0.36.
But the output has been writtten as width equals 1.
What are the scenarios where the system gives me width=1 automatically?
If needed, I will provide the code for reconstruction.
Beta Was this translation helpful? Give feedback.
All reactions