Skip to content

Commit e392ac8

Browse files
committed
Added translate back into circle cache key.
1 parent e1a77a2 commit e392ac8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/stylefunction.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1170,6 +1170,10 @@ export function stylefunction(
11701170
'.' +
11711171
circleStrokeWidth +
11721172
'.' +
1173+
circleTranslate[0] +
1174+
'.' +
1175+
circleTranslate[1] +
1176+
'.' +
11731177
circleBlur;
11741178
text = style.getText();
11751179
style.setText(undefined);

0 commit comments

Comments
 (0)