Allow non-int thickness param for //line and //curve
wizjany opened this issue ยท 1 comments
The Problem
The original implementation (and the existing method in EditSession) took a double param for thickness. In 2014 when migrating commands to "Intake", the param for the commands was changed to an int.
A Solution
Change the param back to a double.
Alternatives
No response
Anything Else?
No response
Implemented in 4e7abf5