diff options
Diffstat (limited to 'DXF.pm')
-rw-r--r-- | DXF.pm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,7 +46,7 @@ our %dxf_attr_names = ( 48 => "linetype_scale", 49 => "values", # multiple values that make up a list, need a repeat count (7x) before! # 50..58: angles in degrees - 60 => "invisibile", # 1 for invisible, 0 or undef for visible + 60 => "invisible", # 1 for invisible, 0 or undef for visible 62 => "color", 66 => "entities_follow", # flag. what for? 67 => "space", # model- or paper-space @@ -93,7 +93,7 @@ our @general_attributes = qw( elevation thickness linetype_scale - invisibile + invisible color space comment |