|
|
css('svg *[style], svg *[fill]').each do |node|
|
|
css('svg *[style], svg *[fill]').each do |node|
|
|
|
# transform style in SVG diagrams, e.g. on https://sqlite.org/lang_insert.html
|
|
# transform style in SVG diagrams, e.g. on https://sqlite.org/lang_insert.html
|
|
|
if node['style'] == 'fill:rgb(0,0,0)' or node['fill'] == 'rgb(0,0,0)'
|
|
if node['style'] == 'fill:rgb(0,0,0)' or node['fill'] == 'rgb(0,0,0)'
|