diff options
author | Thomas Kremer <-> | 2021-08-13 20:57:32 +0200 |
---|---|---|
committer | Thomas Kremer <-> | 2021-08-13 20:57:32 +0200 |
commit | ce5ca825d92985ceb2db7c2404f8572f6127421c (patch) | |
tree | dff09ede2f44c16d2a647531d2c36681c7c37bea | |
parent | 656dd05473fdae1c3a2789842cbef9e68811f030 (diff) |
Typo fixed.
-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 |