Skip to content

Commit

Permalink
Fix bugs with .dwg import of TEXT and MTEXT entities
Browse files Browse the repository at this point in the history
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
CivilGuy committed Apr 24, 2019
1 parent f084dd9 commit 778d1d2
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 257 deletions.
Loading

0 comments on commit 778d1d2

Please sign in to comment.