|
|
|
@ -185,9 +185,9 @@ impl From<&Solid> for Polygon {
|
|
|
|
//reasons...I'm trying to think if there is a time we might want to turn it on?
|
|
|
|
//reasons...I'm trying to think if there is a time we might want to turn it on?
|
|
|
|
antialias: false,
|
|
|
|
antialias: false,
|
|
|
|
style: if solid.thickness > 0.5 {
|
|
|
|
style: if solid.thickness > 0.5 {
|
|
|
|
"line-style:normal;line-weight:normal;filling:none;color:black"
|
|
|
|
"line-style:normal;line-weight:normal;filling:black;color:black"
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
"line-style:normal;line-weight:thin;filling:none;color:black"
|
|
|
|
"line-style:normal;line-weight:thin;filling:black;color:black"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.into(),
|
|
|
|
.into(),
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|