Skip to content

Commit

Permalink
remove default points
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Nov 1, 2022
1 parent ce8660d commit f6eb764
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shapes/polyline.class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ export class Polyline extends FabricObject {

export const polylineDefaultValues: Partial<TClassProperties<Polyline>> = {
type: 'polyline',
points: [],
exactBoundingBox: false,
cacheProperties: fabricObjectDefaultValues.cacheProperties.concat('points'),
strokeBBoxAffectingProperties: [
Expand Down

0 comments on commit f6eb764

Please sign in to comment.