Activity Team/Compatibility Tips: Difference between revisions

Line 23: Line 23:
  <svg:path> won't work
  <svg:path> won't work
  <path> will work
  <path> will work
Another issue is with SVG paths. Some SVG editors, e.g., inkscape, sometimes omit the l in a path that uses relative line-tos. These paths will not render properly on old OLPC builds.
<path d="m 100,100 10,10> won't work
<path d="m 100,100 l 10,10> will work


=== Screen size ===
=== Screen size ===