@nativescript/canvas 2.0.0-beta.17 → 2.0.0-beta.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/Canvas2D/DOMMatrix/index.d.ts +14 -0
  2. package/Canvas2D/DOMMatrix/index.js +62 -0
  3. package/Canvas2D/DOMMatrix/index.js.map +1 -1
  4. package/package.json +1 -4
  5. package/platforms/android/canvas-release.aar +0 -0
  6. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/CanvasNative +0 -0
  7. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/Headers/CanvasNative-Swift.h +0 -14
  8. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/Headers/canvas_ios.h +0 -4
  9. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/Headers/canvas_native.h +29 -0
  10. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/Modules/CanvasNative.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo +0 -0
  11. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/Modules/CanvasNative.swiftmodule/arm64-apple-ios.abi.json +0 -647
  12. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/Modules/CanvasNative.swiftmodule/arm64-apple-ios.private.swiftinterface +0 -20
  13. package/platforms/ios/CanvasNative.xcframework/ios-arm64/CanvasNative.framework/Modules/CanvasNative.swiftmodule/arm64-apple-ios.swiftinterface +0 -20
  14. package/platforms/ios/CanvasNative.xcframework/ios-arm64/dSYMs/CanvasNative.framework.dSYM/Contents/Resources/DWARF/CanvasNative +0 -0
  15. package/platforms/ios/CanvasNative.xcframework/ios-arm64/dSYMs/CanvasNative.framework.dSYM/Contents/Resources/Relocations/aarch64/CanvasNative.yml +603 -666
  16. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/CanvasNative +0 -0
  17. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Headers/CanvasNative-Swift.h +0 -28
  18. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Headers/canvas_ios.h +0 -4
  19. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Headers/canvas_native.h +29 -0
  20. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo +0 -0
  21. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo +0 -0
  22. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/arm64-apple-ios-simulator.abi.json +0 -647
  23. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +0 -20
  24. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/arm64-apple-ios-simulator.swiftinterface +0 -20
  25. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/x86_64-apple-ios-simulator.abi.json +0 -647
  26. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +0 -20
  27. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/Modules/CanvasNative.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +0 -20
  28. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/CanvasNative.framework/_CodeSignature/CodeResources +26 -26
  29. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/dSYMs/CanvasNative.framework.dSYM/Contents/Resources/DWARF/CanvasNative +0 -0
  30. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/dSYMs/CanvasNative.framework.dSYM/Contents/Resources/Relocations/aarch64/CanvasNative.yml +605 -668
  31. package/platforms/ios/CanvasNative.xcframework/ios-arm64_x86_64-simulator/dSYMs/CanvasNative.framework.dSYM/Contents/Resources/Relocations/x86_64/CanvasNative.yml +605 -653
  32. package/platforms/ios/src/cpp/canvas2d/MatrixImpl.cpp +388 -3
  33. package/platforms/ios/src/cpp/canvas2d/MatrixImpl.h +25 -0
@@ -3133,604 +3133,6 @@
3133
3133
  "declKind": "Import",
3134
3134
  "moduleName": "CanvasNative"
3135
3135
  },
3136
- {
3137
- "kind": "TypeDecl",
3138
- "name": "NSCSVG",
3139
- "printedName": "NSCSVG",
3140
- "children": [
3141
- {
3142
- "kind": "Var",
3143
- "name": "autoScale",
3144
- "printedName": "autoScale",
3145
- "children": [
3146
- {
3147
- "kind": "TypeNominal",
3148
- "name": "Bool",
3149
- "printedName": "Swift.Bool",
3150
- "usr": "s:Sb"
3151
- }
3152
- ],
3153
- "declKind": "Var",
3154
- "usr": "c:@M@CanvasNative@objc(cs)TNSSVG(py)autoScale",
3155
- "mangledName": "$s12CanvasNative6NSCSVGC9autoScaleSbvp",
3156
- "moduleName": "CanvasNative",
3157
- "declAttributes": [
3158
- "HasInitialValue",
3159
- "HasStorage",
3160
- "Custom",
3161
- "AccessControl",
3162
- "ObjC"
3163
- ],
3164
- "hasStorage": true,
3165
- "accessors": [
3166
- {
3167
- "kind": "Accessor",
3168
- "name": "Get",
3169
- "printedName": "Get()",
3170
- "children": [
3171
- {
3172
- "kind": "TypeNominal",
3173
- "name": "Bool",
3174
- "printedName": "Swift.Bool",
3175
- "usr": "s:Sb"
3176
- }
3177
- ],
3178
- "declKind": "Accessor",
3179
- "usr": "c:@M@CanvasNative@objc(cs)TNSSVG(im)autoScale",
3180
- "mangledName": "$s12CanvasNative6NSCSVGC9autoScaleSbvg",
3181
- "moduleName": "CanvasNative",
3182
- "implicit": true,
3183
- "declAttributes": [
3184
- "ObjC"
3185
- ],
3186
- "accessorKind": "get"
3187
- },
3188
- {
3189
- "kind": "Accessor",
3190
- "name": "Set",
3191
- "printedName": "Set()",
3192
- "children": [
3193
- {
3194
- "kind": "TypeNominal",
3195
- "name": "Void",
3196
- "printedName": "()"
3197
- },
3198
- {
3199
- "kind": "TypeNominal",
3200
- "name": "Bool",
3201
- "printedName": "Swift.Bool",
3202
- "usr": "s:Sb"
3203
- }
3204
- ],
3205
- "declKind": "Accessor",
3206
- "usr": "c:@M@CanvasNative@objc(cs)TNSSVG(im)setAutoScale:",
3207
- "mangledName": "$s12CanvasNative6NSCSVGC9autoScaleSbvs",
3208
- "moduleName": "CanvasNative",
3209
- "implicit": true,
3210
- "declAttributes": [
3211
- "ObjC"
3212
- ],
3213
- "accessorKind": "set"
3214
- },
3215
- {
3216
- "kind": "Accessor",
3217
- "name": "Modify",
3218
- "printedName": "Modify()",
3219
- "children": [
3220
- {
3221
- "kind": "TypeNominal",
3222
- "name": "Void",
3223
- "printedName": "()"
3224
- }
3225
- ],
3226
- "declKind": "Accessor",
3227
- "usr": "s:12CanvasNative6NSCSVGC9autoScaleSbvM",
3228
- "mangledName": "$s12CanvasNative6NSCSVGC9autoScaleSbvM",
3229
- "moduleName": "CanvasNative",
3230
- "implicit": true,
3231
- "accessorKind": "_modify"
3232
- }
3233
- ]
3234
- },
3235
- {
3236
- "kind": "Var",
3237
- "name": "src",
3238
- "printedName": "src",
3239
- "children": [
3240
- {
3241
- "kind": "TypeNominal",
3242
- "name": "Optional",
3243
- "printedName": "Swift.String?",
3244
- "children": [
3245
- {
3246
- "kind": "TypeNominal",
3247
- "name": "String",
3248
- "printedName": "Swift.String",
3249
- "usr": "s:SS"
3250
- }
3251
- ],
3252
- "usr": "s:Sq"
3253
- }
3254
- ],
3255
- "declKind": "Var",
3256
- "usr": "c:@M@CanvasNative@objc(cs)TNSSVG(py)src",
3257
- "mangledName": "$s12CanvasNative6NSCSVGC3srcSSSgvp",
3258
- "moduleName": "CanvasNative",
3259
- "declAttributes": [
3260
- "HasInitialValue",
3261
- "HasStorage",
3262
- "Custom",
3263
- "AccessControl",
3264
- "ObjC"
3265
- ],
3266
- "hasStorage": true,
3267
- "accessors": [
3268
- {
3269
- "kind": "Accessor",
3270
- "name": "Get",
3271
- "printedName": "Get()",
3272
- "children": [
3273
- {
3274
- "kind": "TypeNominal",
3275
- "name": "Optional",
3276
- "printedName": "Swift.String?",
3277
- "children": [
3278
- {
3279
- "kind": "TypeNominal",
3280
- "name": "String",
3281
- "printedName": "Swift.String",
3282
- "usr": "s:SS"
3283
- }
3284
- ],
3285
- "usr": "s:Sq"
3286
- }
3287
- ],
3288
- "declKind": "Accessor",
3289
- "usr": "c:@M@CanvasNative@objc(cs)TNSSVG(im)src",
3290
- "mangledName": "$s12CanvasNative6NSCSVGC3srcSSSgvg",
3291
- "moduleName": "CanvasNative",
3292
- "implicit": true,
3293
- "declAttributes": [
3294
- "ObjC"
3295
- ],
3296
- "accessorKind": "get"
3297
- },
3298
- {
3299
- "kind": "Accessor",
3300
- "name": "Set",
3301
- "printedName": "Set()",
3302
- "children": [
3303
- {
3304
- "kind": "TypeNominal",
3305
- "name": "Void",
3306
- "printedName": "()"
3307
- },
3308
- {
3309
- "kind": "TypeNominal",
3310
- "name": "Optional",
3311
- "printedName": "Swift.String?",
3312
- "children": [
3313
- {
3314
- "kind": "TypeNominal",
3315
- "name": "String",
3316
- "printedName": "Swift.String",
3317
- "usr": "s:SS"
3318
- }
3319
- ],
3320
- "usr": "s:Sq"
3321
- }
3322
- ],
3323
- "declKind": "Accessor",
3324
- "usr": "c:@M@CanvasNative@objc(cs)TNSSVG(im)setSrc:",
3325
- "mangledName": "$s12CanvasNative6NSCSVGC3srcSSSgvs",
3326
- "moduleName": "CanvasNative",
3327
- "implicit": true,
3328
- "declAttributes": [
3329
- "ObjC"
3330
- ],
3331
- "accessorKind": "set"
3332
- },
3333
- {
3334
- "kind": "Accessor",
3335
- "name": "Modify",
3336
- "printedName": "Modify()",
3337
- "children": [
3338
- {
3339
- "kind": "TypeNominal",
3340
- "name": "Void",
3341
- "printedName": "()"
3342
- }
3343
- ],
3344
- "declKind": "Accessor",
3345
- "usr": "s:12CanvasNative6NSCSVGC3srcSSSgvM",
3346
- "mangledName": "$s12CanvasNative6NSCSVGC3srcSSSgvM",
3347
- "moduleName": "CanvasNative",
3348
- "implicit": true,
3349
- "accessorKind": "_modify"
3350
- }
3351
- ]
3352
- },
3353
- {
3354
- "kind": "Var",
3355
- "name": "srcPath",
3356
- "printedName": "srcPath",
3357
- "children": [
3358
- {
3359
- "kind": "TypeNominal",
3360
- "name": "Optional",
3361
- "printedName": "Swift.String?",
3362
- "children": [
3363
- {
3364
- "kind": "TypeNominal",
3365
- "name": "String",
3366
- "printedName": "Swift.String",
3367
- "usr": "s:SS"
3368
- }
3369
- ],
3370
- "usr": "s:Sq"
3371
- }
3372
- ],
3373
- "declKind": "Var",
3374
- "usr": "c:@M@CanvasNative@objc(cs)TNSSVG(py)srcPath",
3375
- "mangledName": "$s12CanvasNative6NSCSVGC7srcPathSSSgvp",
3376
- "moduleName": "CanvasNative",
3377
- "declAttributes": [
3378
- "HasInitialValue",
3379
- "HasStorage",
3380
- "Custom",
3381
- "AccessControl",
3382
- "ObjC"
3383
- ],
3384
- "hasStorage": true,
3385
- "accessors": [
3386
- {
3387
- "kind": "Accessor",
3388
- "name": "Get",
3389
- "printedName": "Get()",
3390
- "children": [
3391
- {
3392
- "kind": "TypeNominal",
3393
- "name": "Optional",
3394
- "printedName": "Swift.String?",
3395
- "children": [
3396
- {
3397
- "kind": "TypeNominal",
3398
- "name": "String",
3399
- "printedName": "Swift.String",
3400
- "usr": "s:SS"
3401
- }
3402
- ],
3403
- "usr": "s:Sq"
3404
- }
3405
- ],
3406
- "declKind": "Accessor",
3407
- "usr": "c:@M@CanvasNative@objc(cs)TNSSVG(im)srcPath",
3408
- "mangledName": "$s12CanvasNative6NSCSVGC7srcPathSSSgvg",
3409
- "moduleName": "CanvasNative",
3410
- "implicit": true,
3411
- "declAttributes": [
3412
- "ObjC"
3413
- ],
3414
- "accessorKind": "get"
3415
- },
3416
- {
3417
- "kind": "Accessor",
3418
- "name": "Set",
3419
- "printedName": "Set()",
3420
- "children": [
3421
- {
3422
- "kind": "TypeNominal",
3423
- "name": "Void",
3424
- "printedName": "()"
3425
- },
3426
- {
3427
- "kind": "TypeNominal",
3428
- "name": "Optional",
3429
- "printedName": "Swift.String?",
3430
- "children": [
3431
- {
3432
- "kind": "TypeNominal",
3433
- "name": "String",
3434
- "printedName": "Swift.String",
3435
- "usr": "s:SS"
3436
- }
3437
- ],
3438
- "usr": "s:Sq"
3439
- }
3440
- ],
3441
- "declKind": "Accessor",
3442
- "usr": "c:@M@CanvasNative@objc(cs)TNSSVG(im)setSrcPath:",
3443
- "mangledName": "$s12CanvasNative6NSCSVGC7srcPathSSSgvs",
3444
- "moduleName": "CanvasNative",
3445
- "implicit": true,
3446
- "declAttributes": [
3447
- "ObjC"
3448
- ],
3449
- "accessorKind": "set"
3450
- },
3451
- {
3452
- "kind": "Accessor",
3453
- "name": "Modify",
3454
- "printedName": "Modify()",
3455
- "children": [
3456
- {
3457
- "kind": "TypeNominal",
3458
- "name": "Void",
3459
- "printedName": "()"
3460
- }
3461
- ],
3462
- "declKind": "Accessor",
3463
- "usr": "s:12CanvasNative6NSCSVGC7srcPathSSSgvM",
3464
- "mangledName": "$s12CanvasNative6NSCSVGC7srcPathSSSgvM",
3465
- "moduleName": "CanvasNative",
3466
- "implicit": true,
3467
- "accessorKind": "_modify"
3468
- }
3469
- ]
3470
- },
3471
- {
3472
- "kind": "Function",
3473
- "name": "layoutSubviews",
3474
- "printedName": "layoutSubviews()",
3475
- "children": [
3476
- {
3477
- "kind": "TypeNominal",
3478
- "name": "Void",
3479
- "printedName": "()"
3480
- }
3481
- ],
3482
- "declKind": "Func",
3483
- "usr": "c:@M@CanvasNative@objc(cs)TNSSVG(im)layoutSubviews",
3484
- "mangledName": "$s12CanvasNative6NSCSVGC14layoutSubviewsyyF",
3485
- "moduleName": "CanvasNative",
3486
- "overriding": true,
3487
- "objc_name": "layoutSubviews",
3488
- "declAttributes": [
3489
- "Dynamic",
3490
- "ObjC",
3491
- "Custom",
3492
- "Override",
3493
- "AccessControl"
3494
- ],
3495
- "funcSelfKind": "NonMutating"
3496
- },
3497
- {
3498
- "kind": "Constructor",
3499
- "name": "init",
3500
- "printedName": "init(frame:)",
3501
- "children": [
3502
- {
3503
- "kind": "TypeNominal",
3504
- "name": "NSCSVG",
3505
- "printedName": "CanvasNative.NSCSVG",
3506
- "usr": "c:@M@CanvasNative@objc(cs)TNSSVG"
3507
- },
3508
- {
3509
- "kind": "TypeNominal",
3510
- "name": "CGRect",
3511
- "printedName": "CoreFoundation.CGRect",
3512
- "usr": "c:@S@CGRect"
3513
- }
3514
- ],
3515
- "declKind": "Constructor",
3516
- "usr": "c:@M@CanvasNative@objc(cs)TNSSVG(im)initWithFrame:",
3517
- "mangledName": "$s12CanvasNative6NSCSVGC5frameACSo6CGRectV_tcfc",
3518
- "moduleName": "CanvasNative",
3519
- "overriding": true,
3520
- "objc_name": "initWithFrame:",
3521
- "declAttributes": [
3522
- "Dynamic",
3523
- "ObjC",
3524
- "Custom",
3525
- "Override",
3526
- "AccessControl"
3527
- ],
3528
- "init_kind": "Designated"
3529
- },
3530
- {
3531
- "kind": "Function",
3532
- "name": "draw",
3533
- "printedName": "draw(_:)",
3534
- "children": [
3535
- {
3536
- "kind": "TypeNominal",
3537
- "name": "Void",
3538
- "printedName": "()"
3539
- },
3540
- {
3541
- "kind": "TypeNominal",
3542
- "name": "CGRect",
3543
- "printedName": "CoreFoundation.CGRect",
3544
- "usr": "c:@S@CGRect"
3545
- }
3546
- ],
3547
- "declKind": "Func",
3548
- "usr": "c:@M@CanvasNative@objc(cs)TNSSVG(im)drawRect:",
3549
- "mangledName": "$s12CanvasNative6NSCSVGC4drawyySo6CGRectVF",
3550
- "moduleName": "CanvasNative",
3551
- "overriding": true,
3552
- "objc_name": "drawRect:",
3553
- "declAttributes": [
3554
- "Dynamic",
3555
- "ObjC",
3556
- "Custom",
3557
- "Override",
3558
- "AccessControl"
3559
- ],
3560
- "funcSelfKind": "NonMutating"
3561
- },
3562
- {
3563
- "kind": "Function",
3564
- "name": "toImage",
3565
- "printedName": "toImage()",
3566
- "children": [
3567
- {
3568
- "kind": "TypeNominal",
3569
- "name": "Optional",
3570
- "printedName": "UIKit.UIImage?",
3571
- "children": [
3572
- {
3573
- "kind": "TypeNominal",
3574
- "name": "UIImage",
3575
- "printedName": "UIKit.UIImage",
3576
- "usr": "c:objc(cs)UIImage"
3577
- }
3578
- ],
3579
- "usr": "s:Sq"
3580
- }
3581
- ],
3582
- "declKind": "Func",
3583
- "usr": "c:@M@CanvasNative@objc(cs)TNSSVG(im)toImage",
3584
- "mangledName": "$s12CanvasNative6NSCSVGC7toImageSo7UIImageCSgyF",
3585
- "moduleName": "CanvasNative",
3586
- "declAttributes": [
3587
- "Custom",
3588
- "AccessControl",
3589
- "ObjC"
3590
- ],
3591
- "funcSelfKind": "NonMutating"
3592
- },
3593
- {
3594
- "kind": "Function",
3595
- "name": "toData",
3596
- "printedName": "toData()",
3597
- "children": [
3598
- {
3599
- "kind": "TypeNominal",
3600
- "name": "Optional",
3601
- "printedName": "Foundation.NSData?",
3602
- "children": [
3603
- {
3604
- "kind": "TypeNominal",
3605
- "name": "NSData",
3606
- "printedName": "Foundation.NSData",
3607
- "usr": "c:objc(cs)NSData"
3608
- }
3609
- ],
3610
- "usr": "s:Sq"
3611
- }
3612
- ],
3613
- "declKind": "Func",
3614
- "usr": "c:@M@CanvasNative@objc(cs)TNSSVG(im)toData",
3615
- "mangledName": "$s12CanvasNative6NSCSVGC6toDataSo6NSDataCSgyF",
3616
- "moduleName": "CanvasNative",
3617
- "declAttributes": [
3618
- "Custom",
3619
- "AccessControl",
3620
- "ObjC"
3621
- ],
3622
- "funcSelfKind": "NonMutating"
3623
- }
3624
- ],
3625
- "declKind": "Class",
3626
- "usr": "c:@M@CanvasNative@objc(cs)TNSSVG",
3627
- "mangledName": "$s12CanvasNative6NSCSVGC",
3628
- "moduleName": "CanvasNative",
3629
- "objc_name": "TNSSVG",
3630
- "declAttributes": [
3631
- "Custom",
3632
- "AccessControl",
3633
- "ObjC",
3634
- "ObjCMembers"
3635
- ],
3636
- "superclassUsr": "c:objc(cs)UIView",
3637
- "hasMissingDesignatedInitializers": true,
3638
- "inheritsConvenienceInitializers": true,
3639
- "superclassNames": [
3640
- "UIKit.UIView",
3641
- "UIKit.UIResponder",
3642
- "ObjectiveC.NSObject"
3643
- ],
3644
- "conformances": [
3645
- {
3646
- "kind": "Conformance",
3647
- "name": "Equatable",
3648
- "printedName": "Equatable",
3649
- "usr": "s:SQ",
3650
- "mangledName": "$sSQ"
3651
- },
3652
- {
3653
- "kind": "Conformance",
3654
- "name": "Hashable",
3655
- "printedName": "Hashable",
3656
- "usr": "s:SH",
3657
- "mangledName": "$sSH"
3658
- },
3659
- {
3660
- "kind": "Conformance",
3661
- "name": "CVarArg",
3662
- "printedName": "CVarArg",
3663
- "usr": "s:s7CVarArgP",
3664
- "mangledName": "$ss7CVarArgP"
3665
- },
3666
- {
3667
- "kind": "Conformance",
3668
- "name": "_KeyValueCodingAndObservingPublishing",
3669
- "printedName": "_KeyValueCodingAndObservingPublishing",
3670
- "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
3671
- "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
3672
- },
3673
- {
3674
- "kind": "Conformance",
3675
- "name": "_KeyValueCodingAndObserving",
3676
- "printedName": "_KeyValueCodingAndObserving",
3677
- "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
3678
- "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
3679
- },
3680
- {
3681
- "kind": "Conformance",
3682
- "name": "CustomStringConvertible",
3683
- "printedName": "CustomStringConvertible",
3684
- "usr": "s:s23CustomStringConvertibleP",
3685
- "mangledName": "$ss23CustomStringConvertibleP"
3686
- },
3687
- {
3688
- "kind": "Conformance",
3689
- "name": "CustomDebugStringConvertible",
3690
- "printedName": "CustomDebugStringConvertible",
3691
- "usr": "s:s28CustomDebugStringConvertibleP",
3692
- "mangledName": "$ss28CustomDebugStringConvertibleP"
3693
- },
3694
- {
3695
- "kind": "Conformance",
3696
- "name": "UITraitChangeObservable",
3697
- "printedName": "UITraitChangeObservable",
3698
- "usr": "s:5UIKit23UITraitChangeObservableP",
3699
- "mangledName": "$s5UIKit23UITraitChangeObservableP"
3700
- },
3701
- {
3702
- "kind": "Conformance",
3703
- "name": "__DefaultCustomPlaygroundQuickLookable",
3704
- "printedName": "__DefaultCustomPlaygroundQuickLookable",
3705
- "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP",
3706
- "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP"
3707
- },
3708
- {
3709
- "kind": "Conformance",
3710
- "name": "Sendable",
3711
- "printedName": "Sendable",
3712
- "usr": "s:s8SendableP",
3713
- "mangledName": "$ss8SendableP"
3714
- }
3715
- ]
3716
- },
3717
- {
3718
- "kind": "Import",
3719
- "name": "Foundation",
3720
- "printedName": "Foundation",
3721
- "declKind": "Import",
3722
- "moduleName": "CanvasNative",
3723
- "declAttributes": [
3724
- "RawDocComment"
3725
- ]
3726
- },
3727
- {
3728
- "kind": "Import",
3729
- "name": "UIKit",
3730
- "printedName": "UIKit",
3731
- "declKind": "Import",
3732
- "moduleName": "CanvasNative"
3733
- },
3734
3136
  {
3735
3137
  "kind": "TypeDecl",
3736
3138
  "name": "NSCImageBitmap",
@@ -5875,55 +5277,6 @@
5875
5277
  "length": 15,
5876
5278
  "value": "\"CanvasNative.NSCTouchHandler\""
5877
5279
  },
5878
- {
5879
- "filePath": "\/Users\/triniwiz\/Documents\/GitHub\/canvas\/packages\/canvas\/src-native\/canvas-ios\/CanvasNative\/Source\/NSCSVG.swift",
5880
- "kind": "IntegerLiteral",
5881
- "offset": 278,
5882
- "length": 1,
5883
- "value": "0"
5884
- },
5885
- {
5886
- "filePath": "\/Users\/triniwiz\/Documents\/GitHub\/canvas\/packages\/canvas\/src-native\/canvas-ios\/CanvasNative\/Source\/NSCSVG.swift",
5887
- "kind": "IntegerLiteral",
5888
- "offset": 305,
5889
- "length": 1,
5890
- "value": "0"
5891
- },
5892
- {
5893
- "filePath": "\/Users\/triniwiz\/Documents\/GitHub\/canvas\/packages\/canvas\/src-native\/canvas-ios\/CanvasNative\/Source\/NSCSVG.swift",
5894
- "kind": "BooleanLiteral",
5895
- "offset": 332,
5896
- "length": 5,
5897
- "value": "false"
5898
- },
5899
- {
5900
- "filePath": "\/Users\/triniwiz\/Documents\/GitHub\/canvas\/packages\/canvas\/src-native\/canvas-ios\/CanvasNative\/Source\/NSCSVG.swift",
5901
- "kind": "BooleanLiteral",
5902
- "offset": 360,
5903
- "length": 5,
5904
- "value": "false"
5905
- },
5906
- {
5907
- "filePath": "\/Users\/triniwiz\/Documents\/GitHub\/canvas\/packages\/canvas\/src-native\/canvas-ios\/CanvasNative\/Source\/NSCSVG.swift",
5908
- "kind": "BooleanLiteral",
5909
- "offset": 381,
5910
- "length": 5,
5911
- "value": "false"
5912
- },
5913
- {
5914
- "filePath": "\/Users\/triniwiz\/Documents\/GitHub\/canvas\/packages\/canvas\/src-native\/canvas-ios\/CanvasNative\/Source\/NSCSVG.swift",
5915
- "kind": "BooleanLiteral",
5916
- "offset": 464,
5917
- "length": 4,
5918
- "value": "true"
5919
- },
5920
- {
5921
- "filePath": "\/Users\/triniwiz\/Documents\/GitHub\/canvas\/packages\/canvas\/src-native\/canvas-ios\/CanvasNative\/Source\/NSCSVG.swift",
5922
- "kind": "BooleanLiteral",
5923
- "offset": 414,
5924
- "length": 4,
5925
- "value": "true"
5926
- },
5927
5280
  {
5928
5281
  "filePath": "\/Users\/triniwiz\/Documents\/GitHub\/canvas\/packages\/canvas\/src-native\/canvas-ios\/NSCImageBitmap.swift",
5929
5282
  "kind": "StringLiteral",
@@ -91,26 +91,6 @@ import _SwiftConcurrencyShims
91
91
  @objc public func createSurface()
92
92
  @objc deinit
93
93
  }
94
- @_inheritsConvenienceInitializers @_hasMissingDesignatedInitializers @objcMembers @objc(TNSSVG) @_Concurrency.MainActor(unsafe) public class NSCSVG : UIKit.UIView {
95
- @objc @_Concurrency.MainActor(unsafe) public var autoScale: Swift.Bool {
96
- @objc get
97
- @objc set
98
- }
99
- @objc @_Concurrency.MainActor(unsafe) public var src: Swift.String? {
100
- @objc get
101
- @objc set
102
- }
103
- @objc @_Concurrency.MainActor(unsafe) public var srcPath: Swift.String? {
104
- @objc get
105
- @objc set
106
- }
107
- @_Concurrency.MainActor(unsafe) @objc override dynamic public func layoutSubviews()
108
- @_Concurrency.MainActor(unsafe) @objc override dynamic public init(frame: CoreFoundation.CGRect)
109
- @_Concurrency.MainActor(unsafe) @objc override dynamic public func draw(_ rect: CoreFoundation.CGRect)
110
- @objc @_Concurrency.MainActor(unsafe) public func toImage() -> UIKit.UIImage?
111
- @objc @_Concurrency.MainActor(unsafe) public func toData() -> Foundation.NSData?
112
- @objc deinit
113
- }
114
94
  @_inheritsConvenienceInitializers @objcMembers @objc(NSCImageBitmap) public class NSCImageBitmap : ObjectiveC.NSObject {
115
95
  @objc public static let queue: Dispatch.DispatchQueue
116
96
  @objc override dynamic public init()