layers marked as (visible) will always be shown
This commit is contained in:
parent
543663e8f8
commit
991296bdbf
@ -25,7 +25,11 @@ module SVGGVS
|
||||
current_parent = current_parent.parent
|
||||
end
|
||||
else
|
||||
layer['style'] = 'display:none'
|
||||
layer['style'] = if layer['inkscape:label'].include?('(visible)')
|
||||
''
|
||||
else
|
||||
'display:none'
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -1,3 +1,3 @@
|
||||
module Svggvs
|
||||
VERSION = "0.0.1"
|
||||
VERSION = "0.0.2"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user