Skip to content

Fixing of stroke attribute in doStroke#13

Open
Dragues wants to merge 16 commits into
japgolly:masterfrom
bigfishcat:master
Open

Fixing of stroke attribute in doStroke#13
Dragues wants to merge 16 commits into
japgolly:masterfrom
bigfishcat:master

Conversation

@Dragues

@Dragues Dragues commented Jul 19, 2016

Copy link
Copy Markdown

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