Index: trunk/src_plugins/io_lihata/read.c =================================================================== --- trunk/src_plugins/io_lihata/read.c (revision 31196) +++ trunk/src_plugins/io_lihata/read.c (revision 31197) @@ -1045,6 +1045,8 @@ rnd_attrib_compat_set_intconn(&text->Attributes, intconn); parse_attributes(&text->Attributes, lht_dom_hash_get(obj, "attributes")); err |= parse_int(&text->Scale, hash_get(obj, "scale", 0)); + err |= parse_double(&text->scale_x, hash_get(obj, "scale_x", 0)); + err |= parse_double(&text->scale_y, hash_get(obj, "scale_y", 0)); tmp = 0; err |= parse_int(&tmp, hash_get(obj, "fid", 0)); text->fid = tmp;