Filip Šalda

Results 3 issues of Filip Šalda

Given this code ```dart import 'package:dart_json_mapper/json_mapper.dart'; import 'package:dart_json_mapper/annotations.dart'; import 'main.reflectable.dart'; @jsonSerializable class TridaA { TridaA() { print("TridaA constructed"); } String prop; } void main() async { // inicializace reflektoru initializeReflectable();...

bug
flutter.web

Hi, I have fixed #190 and I believe it follows MDN now. (sorry for confussion, I accidentally removed original PR, so 've created this new one.)

I'm using last version of `dom-to-svg` package = `@0.12.2` When I have this gradient in dom: ``` ``` after conversion I got magically this: ``` ``` instead of this: ```...