Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.
Joshua Ryan Smith edited this page Jul 21, 2013 · 6 revisions

Specifications

Given two SVG files, a.svg and b.svg we want algorithms for the following:

  • are the UIDs of the nodes in a.svg also in b.svg, and vice-versa?
  • of the common nodes in a.svg and b.svg, are the attributes identical?
  • of the common nodes in a.svg and b.svg, are the parent nodes identical?
Clone this wiki locally