Talk:Outline Layer

From Synfig Studio :: Documentation
Revision as of 02:06, 13 September 2007 by Genete (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Hi dooglus! Thanks for fix the spelling and finishing the page. I'm so slow due to I cannot spend so much time with the computer everyday. I apologize for the amount of errors on my English.. oops!. Maybe you can include another example of use a with value negative and a Expand value positive and bigger. If the ducks width values are the proper one you can achieve funny things:

Final width = VertexWidth * OutLineWidth + Expand

OutLineWidth = -4 Expand = 30

duck 1:

VertexWidth = 5; Final Width = 5*(-4) + 30 = 10

duck 2:

VertexWidth = 10; Final Width = 10*(-4) + 30 = -10

In this situation the line cross a width of 0 in the middle of both ducks. Also negative width values gives concave radius when rounded. It is funny.--Genete 19:06, 12 Sep 2007 (EDT)