diff --git a/src/reader.rs b/src/reader.rs index 45ea1d8..c24f4f7 100644 --- a/src/reader.rs +++ b/src/reader.rs @@ -557,7 +557,7 @@ where match e.local_name().as_ref() { b"scale" => icon_style.scale = self.read_float()?, b"heading" => icon_style.heading = self.read_float()?, - b"hot_spot" => { + b"hotSpot" => { let x_val = attrs.get("x"); let y_val = attrs.get("y"); let xunits = attrs.get("xunits");