Skip to content

Commit

Permalink
Added translate back into circle cache key.
Browse files Browse the repository at this point in the history
  • Loading branch information
orangemug committed Dec 13, 2023
1 parent e1a77a2 commit e392ac8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/stylefunction.js
Original file line number Diff line number Diff line change
Expand Up @@ -1170,6 +1170,10 @@ export function stylefunction(
'.' +
circleStrokeWidth +
'.' +
circleTranslate[0] +
'.' +
circleTranslate[1] +
'.' +
circleBlur;
text = style.getText();
style.setText(undefined);
Expand Down

0 comments on commit e392ac8

Please sign in to comment.