Skip to content

Commit be1ad6b

Browse files
committed
Make fill patterns equivalent 1000 and 1001
1 parent a50e444 commit be1ad6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/JSRootPainter.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,8 @@
871871
delete this.antialias;
872872
}
873873

874+
if (this.pattern == 1000) this.pattern = 1001;
875+
874876
if (this.pattern < 1001) {
875877
this.color = 'none';
876878
return true;

0 commit comments

Comments
 (0)