Adrian
Adrian
I got it, I updated sprite.js and added these lines ``` b.root.setAttribute("viewBox", "0 0 490 417"); b.root.setAttribute("preserveAspectRatio", "meet"); ``` It is just svg under the hood :-)
I'm getting this error too. Just to confirm, I have copied the dart_mssql.dll to the root directory of my dart project (same folder as pubspec.yaml). I've also installed oledb using...
Did you manage to get this to work @JLoRenderer ?
Thanks @GotJimmy I could put the state in the content but that would be too low down and my accordion would still be shown in the list of accordions. If...
a great request (I only use projects now to add up the points using this feature...always use milestones)
I'm still not able to get this to override the dart_test.yaml exclude. My dart_test.yaml: ```exclude_tags: integration``` My command ```dart test -t integration test/blah_test.dart``` Tag at top of test ```@Tags(['integration'])``` Output...
yup, it seems like it doesn't do what I want it to do. Maybe we need a exclude_tags_unless_specified item in the test_dart.yaml ??? I guess I could create a saved...
My pain is not too severe thankfully but I think it has at times stopped me writing some testing which is possibly a problem. Thinking some more now with the...
No probs, it works though! The problem I have is the morphable doesn't smooth the lines so it looks very blocky compared to the svg. I may be missing something...
actually this works in converting the list of svg co-ordinates (I previously misunderstood how the svg worked). I could add it somewhere as a pull request if you think it...