Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bugs with .dwg import of TEXT and MTEXT entities
Dwg files hold the alignment angles in radians, but dxf files need those in degrees. Multipliers were added to address this. Variable bool haveXAxis was renamed hasXAxisVec to better show use. Code added to set it properly. Changes to be committed: modified: drw_entities.cpp modified: drw_entities.h
- Loading branch information