Activity Team/Compatibility Tips: Difference between revisions

Line 17: Line 17:
     # early versions of Sugar (656) didn't support get_activity_root()
     # early versions of Sugar (656) didn't support get_activity_root()
     path = "/home/olpc/.sugar/default/org.sugarlabs.[your activity name]"
     path = "/home/olpc/.sugar/default/org.sugarlabs.[your activity name]"
=== svg: ===
Some earlier OLPC builds (e.g., 656) use an older version of the gtk svg libraries that don't process svg files that use the <svg:tag> syntax. It seems that removing svg: resolves the rendering problem.
<svg:path> won't work
<path> will work


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