Skip to content

Commit 76b3ec1

Browse files
author
Patric Gutersohn
committed
Circle fill color cannot be set without using data attribute pguso#29
1 parent 0b09429 commit 76b3ec1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/jquery.circliful.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
context.strokeStyle = customSettingsObj.bgcolor;
223223
context.stroke();
224224

225-
if (fill) {
225+
if (customSettingsObj.fill) {
226226
context.fillStyle = customSettingsObj.fill;
227227
context.fill();
228228
}

js/jquery.circliful.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)