Skip to content

Commit

Permalink
Merge pull request #95 from rougsig/patch-1
Browse files Browse the repository at this point in the history
feat: Change prependTransform visibility to protected
  • Loading branch information
ShukantPal committed Oct 6, 2023
2 parents 596af69 + f6098fb commit fbd3033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/transformer/src/Transformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ export class Transformer extends Container_
* @param delta - transformation matrix
* @param skipUpdate - whether to skip updating the group-bounds after applying the transform
*/
private prependTransform(delta: Matrix, skipUpdate = false): void
protected prependTransform(delta: Matrix, skipUpdate = false): void
{
const group = this.group;

Expand Down

0 comments on commit fbd3033

Please sign in to comment.