--
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss...@googlegroups.com.
To post to this group, send email to skia-d...@googlegroups.com.
Visit this group at https://groups.google.com/group/skia-discuss.
For more options, visit https://groups.google.com/d/optout.
Are these paths that just contain a single line contour, or are there multiple lines (eg, lineTo(x0, 0), lineTo(x1, 0), ...)? This is with the CPU backend, right?
On Mon, Oct 30, 2017 at 3:07 PM Corey Lucier <corey....@gmail.com> wrote:
Our users are noticing that when rendering lines SkPath, they are seeing what look to be dashed artifacts.--Any idea where these might be coming from?I can't seem to repro with Skia fiddle. We are using M62.Note the bottom two pink lines, they are represented as a path with drawPath, the top pink line is drawn as a line via drawLine.If you examine the zoomed in version note the periodic (but not uniform) dashed artifacts (very faint).Here is the fiddle where I was trying to repro but as of yet can't..not sure yet what might differ between - https://fiddle.skia.org/c/224fd46823d74c3d5cf368e39e034c7d
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss+unsubscribe@googlegroups.com.
To post to this group, send email to skia-d...@googlegroups.com.
Visit this group at https://groups.google.com/group/skia-discuss.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss+unsubscribe@googlegroups.com.
Maybe, but I think we are seeing this with older builds. M59 and later. Was this new software backend integrated earlier than M59?Since we are using a "degenerate-ish" cubic to represent the line seems all segments of the line are getting AA'd on the edges opposite the direction of the line. Kinda odd.
--
You're right: it's not there in M59. I'm investigating your fiddle to see if other things go wrong.
On Mon, Oct 30, 2017 at 3:51 PM, Corey Lucier <corey....@gmail.com> wrote:
Maybe, but I think we are seeing this with older builds. M59 and later. Was this new software backend integrated earlier than M59?Since we are using a "degenerate-ish" cubic to represent the line seems all segments of the line are getting AA'd on the edges opposite the direction of the line. Kinda odd.
--
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss...@googlegroups.com.
To post to this group, send email to skia-d...@googlegroups.com.
Visit this group at https://groups.google.com/group/skia-discuss.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "skia-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to skia-discuss...@googlegroups.com.
Can you clarify Yuqian Li? Are you saying that if we go back far enough we wouldn't see this issue? (Is there a version of fiddle pointing to older skia builds) so we can easily confirm?
--
Maybe, but I think we are seeing this with older builds. M59 and later. Was this new software backend integrated earlier than M59?Since we are using a "degenerate-ish" cubic to represent the line seems all segments of the line are getting AA'd on the edges opposite the direction of the line. Kinda odd.
--