Bazaar/DXF : scale polyline width with transform matrix

git-svn-id: svn://ultimatepp.org/upp/trunk@5281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
micio 2012-08-14 00:48:55 +00:00
parent 82ab8d92a2
commit fff9c9ba9e

View file

@ -317,7 +317,7 @@ DXFLwPolyline &DXFLwPolyline::Open(void)
// get/set global width
DXFLwPolyline &DXFLwPolyline::SetWidth(double w)
{
width = w;
width = S(w);
return *this;
}