tools: fix bug where SVG paths with only move commands cause crash
A path like "M5.8,9.1" resulted in a PDC with no points which
causes an assert at runtime. Filtering these out at build time
avoids this.
Signed-off-by: Liam McLoughlin <hexxeh@hexxeh.net>