Skip to content
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

SVG PATH with curveto #13159

Closed
DartBot opened this issue Sep 7, 2013 · 5 comments
Closed

SVG PATH with curveto #13159

DartBot opened this issue Sep 7, 2013 · 5 comments
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@DartBot
Copy link

DartBot commented Sep 7, 2013

This issue was originally filed by @brunoleguernic


What steps will reproduce the problem?

  1. create a pathelement like d="M 13347.5,-41974.5 C 13269.5,-41950.5 13173.5,-41914.5 "
    2.add it on a svg node
    3.

What is the expected output? What do you see instead?
OUTPUT:
Error: Problem parsing d="M 13347.5,-41974.5 C 13269.5,-41950.5 13173.5,-41914.5 "
It's not so critical because the svg draw is good, but with a big draw the output debug windows is full of this kind of message.
What version of the product are you using? On what operating system?
Windows 7,Dart Editor version 0.7.1_r27025,Dart SDK version 0.7.1.0_r27025.

Please provide any additional information below.

@madsager
Copy link
Contributor

madsager commented Sep 9, 2013

Is this running directly in Dartium or compiling to JavaScript. Triaging to Area-Dartium for now.


Added Area-Dartium, Triaged labels.

@DartBot
Copy link
Author

DartBot commented Sep 9, 2013

This comment was originally written by @brunoleguernic


In dartium. I don't work with JavaScript.

@vsmenon
Copy link
Member

vsmenon commented Sep 13, 2013

Added this to the Later milestone.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the Later milestone.
Added Oldschool-Milestone-Later label.

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@kevmoo kevmoo added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) and removed priority-unassigned labels Feb 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

6 participants