Skip to content

Commit 0e1e0da

Browse files
committed
chore: cleanup
1 parent 1d4d55f commit 0e1e0da

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

packages/ui-svg/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"url": "https://github.com/nativescript-community/ui-canvas/issues"
4141
},
4242
"dependencies": {
43-
"@nativescript-community/text": "^1.5.11",
4443
"@nativescript-community/ui-canvas": "^4.4.12"
4544
}
4645
}

src/ui-svg/index.common.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
import { init } from '@nativescript-community/text';
21
import { Canvas, CanvasView, PorterDuffMode } from '@nativescript-community/ui-canvas';
32
import Shape, { lengthProperty, percentLengthProperty } from '@nativescript-community/ui-canvas/shapes/shape';
43
import { CSSType, CoreTypes, ImageAsset, Property, View } from '@nativescript/core';
54

6-
// init text to ensure font overrides are called
7-
init();
8-
95
export function xfermodeFromString(str) {
106
switch (str) {
117
case 'overlay':

0 commit comments

Comments
 (0)