Skip to content

Conversation

@Dragues
Copy link

@Dragues Dragues commented Jul 19, 2016

In method doStroke need udpate condition:

if ("none".equals(atts.getString("display"))) {
return false;
}

to

if ("none".equals(atts.getString("display")) || "none".equals(atts.getString("stroke")) || atts.getString("stroke") == null ) {
return false;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants