Skip to content

Commit

Permalink
Tested version of building-example.svg with fixed double values of st…
Browse files Browse the repository at this point in the history
…roke-width attribute [#4266].
  • Loading branch information
mihail-varbanov committed Aug 5, 2024
1 parent db4d709 commit d2116cc
Show file tree
Hide file tree
Showing 3 changed files with 665 additions and 0 deletions.
658 changes: 658 additions & 0 deletions images/building-example-fixed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
268F310022E5E7BF00547FE1 /* NSUserDefaults+InaUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 268F30FF22E5E7BF00547FE1 /* NSUserDefaults+InaUtils.m */; };
268F647A22DF050400A85AFD /* CLLocationCoordinate2D+InaUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 268F647922DF050400A85AFD /* CLLocationCoordinate2D+InaUtils.m */; };
268F647D22DF09D900A85AFD /* NSArray+InaTypedValue.m in Sources */ = {isa = PBXBuildFile; fileRef = 268F647B22DF09D900A85AFD /* NSArray+InaTypedValue.m */; };
268FAA4D2C61068900CD69F2 /* building-example.svg in Resources */ = {isa = PBXBuildFile; fileRef = 268FAA4C2C61068800CD69F2 /* building-example.svg */; };
268FAA4E2C61068900CD69F2 /* building-example.svg in Resources */ = {isa = PBXBuildFile; fileRef = 268FAA4C2C61068800CD69F2 /* building-example.svg */; };
2696995D22C38B4000B3290E /* AppKeys.m in Sources */ = {isa = PBXBuildFile; fileRef = 2696995922C38B4000B3290E /* AppKeys.m */; };
2696995E22C38B4000B3290E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2696995A22C38B4000B3290E /* AppDelegate.m */; };
2696996022C38C1D00B3290E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 2696995F22C38C1D00B3290E /* main.m */; };
Expand Down Expand Up @@ -132,6 +134,7 @@
268F647922DF050400A85AFD /* CLLocationCoordinate2D+InaUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "CLLocationCoordinate2D+InaUtils.m"; sourceTree = "<group>"; };
268F647B22DF09D900A85AFD /* NSArray+InaTypedValue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSArray+InaTypedValue.m"; sourceTree = "<group>"; };
268F647C22DF09D900A85AFD /* NSArray+InaTypedValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+InaTypedValue.h"; sourceTree = "<group>"; };
268FAA4C2C61068800CD69F2 /* building-example.svg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; name = "building-example.svg"; path = "../../../../images/building-example.svg"; sourceTree = "<group>"; };
26962B482306BA2F0026240A /* InaSymbols.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = InaSymbols.h; sourceTree = "<group>"; };
2696995922C38B4000B3290E /* AppKeys.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppKeys.m; sourceTree = "<group>"; };
2696995A22C38B4000B3290E /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
Expand Down Expand Up @@ -272,6 +275,7 @@
269F83E122D73DC900CC11A4 /* Images */ = {
isa = PBXGroup;
children = (
268FAA4C2C61068800CD69F2 /* building-example.svg */,
);
path = Images;
sourceTree = "<group>";
Expand Down Expand Up @@ -613,6 +617,7 @@
buildActionMask = 2147483647;
files = (
261784BD28C8ED6A009172BB /* LaunchScreen.storyboard in Resources */,
268FAA4E2C61068900CD69F2 /* building-example.svg in Resources */,
263EB9342BB721AB00E79CDB /* PrivacyInfo.xcprivacy in Resources */,
261784CA28C8ED6A009172BB /* AppFrameworkInfo.plist in Resources */,
26F8CF632A71352A00AD7AC5 /* hid-unlock.wav in Resources */,
Expand All @@ -627,6 +632,7 @@
buildActionMask = 2147483647;
files = (
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
268FAA4D2C61068900CD69F2 /* building-example.svg in Resources */,
263EB9332BB721AB00E79CDB /* PrivacyInfo.xcprivacy in Resources */,
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
26F8CF612A71351800AD7AC5 /* hid-unlock.wav in Resources */,
Expand Down
1 change: 1 addition & 0 deletions lib/ui/debug/DebugSVGPanel.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class _DebugSVGPanelState extends State<DebugSVGPanel>{

static const String svgAssetName = 'images/building-example.svg';
//static const String svgAssetName = 'images/building-example-optimized.svg';
//static const String svgAssetName = 'images/building-example-fixed.svg';

@override
void initState() {
Expand Down

0 comments on commit d2116cc

Please sign in to comment.