You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In .toPolyLines() the color of the entity is only parsed when a matching layer is found.
If theres no layer found, the color is set to black even when the entity has an color attribute. Is this intended?
It seems strange that the color attribute of the entity is only parsed when a matching layer is found, and defaults to black otherwise, even if the entity has a specified color. I'm not entirely sure about the intended behavior here, but it does raise some questions. A pull request to address this would be welcome.
In
.toPolyLines()
the color of the entity is only parsed when a matching layer is found.If theres no layer found, the color is set to black even when the entity has an color attribute. Is this intended?
dxf/src/toPolylines.js
Lines 14 to 25 in 9895f4f
The text was updated successfully, but these errors were encountered: