From ce5ca825d92985ceb2db7c2404f8572f6127421c Mon Sep 17 00:00:00 2001 From: Thomas Kremer <-> Date: Fri, 13 Aug 2021 20:57:32 +0200 Subject: Typo fixed. --- DXF.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DXF.pm b/DXF.pm index 55658ac..ba60ad3 100644 --- a/DXF.pm +++ b/DXF.pm @@ -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 -- cgit v1.2.3