X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=README;h=36f384259e222fee6e4e461f6269b7465dcba14e;hb=e528a85a0f2dc8db3fca85527e05cdbcfe7650f0;hp=3c5095a5cdbd802b2a23d07ebfc91939a809fe13;hpb=7ec0aa7b69d32f2a545636f7dfbe31641d97d1fa;p=libsvgtiny.git diff --git a/README b/README index 3c5095a..36f3842 100644 --- a/README +++ b/README @@ -58,6 +58,7 @@ following additional libraries are required: - libwapcaplet - libdom + - libcss To compile libsvgtiny, use the command @@ -160,7 +161,7 @@ returned, but the diagram is still valid up to the point of the error. The error is recorded in diagram->error_message and the line that caused it in diagram->error_line. -svgtiny_LIBXML_ERROR indicates that parsing the XML failed. The +svgtiny_LIBDOM_ERROR indicates that parsing the XML failed. The returned diagram will contain no shapes. svgtiny_NOT_SVG means that the XML did not contain a top-level element.