Skip to content

Add support for vector graphics (vec files) in SvgGenImage #493

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 6, 2024
Prev Previous commit
Next Next commit
Update svg_integration.dart
  • Loading branch information
raldhafiri authored Apr 20, 2024
commit daaa9da2000eeedd5d218541383474458cf2c0b4
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ ${isPackage ? "\n static const String package = '$packageName';" : ''}
semanticsLabel: semanticsLabel,
excludeFromSemantics: excludeFromSemantics,
theme: theme,
colorFilter: colorFilter = colorFilter ?? (color == null ? null : ColorFilter.mode(color, colorBlendMode)),
colorFilter: colorFilter ?? (color == null ? null : ColorFilter.mode(color, colorBlendMode)),
clipBehavior: clipBehavior,
cacheColorFilter: cacheColorFilter,
);
Expand Down