Closed avantBentlyNevada closed 2 years ago
Found and fixed issue where the stroke-dasharray was not being displayed. This was due to a variable of type double being converted to int. The fix was to simply keep persist the double data type. Below are before and after examples.
Before Fix
After Fix
thanks
Found and fixed issue where the stroke-dasharray was not being displayed. This was due to a variable of type double being converted to int. The fix was to simply keep persist the double data type. Below are before and after examples.
Before Fix
After Fix