time4tea / gopro-dashboard-overlay

Programs to process GoPro MP4 & Generic GPX/FIT files and create video dashboards & maps
GNU General Public License v3.0
365 stars 51 forks source link

the aspect ratio of cairo_circuit_map cannot be changed #150

Closed yuanduopeng closed 11 months ago

yuanduopeng commented 1 year ago

My layout xml is:

    <composite x="30" y="50" name="map">
        <component type="cairo_circuit_map" size="256" rotate="-90" fill="255,255,255" 
            loc-fill="255,255,255"
            outline="0,0,0" loc-outline="0,0,0" />
    </composite>

But the ratio of cairo circuit map is so weird like below: image
The correct map aspect ratio is like below: image

time4tea commented 1 year ago

Hmm. yeah i see what you mean.

time4tea commented 11 months ago

This should be fixed in v0.105.0 - should be on PyPI by now. Thanks for raising!

yuanduopeng commented 11 months ago

Thanks a lot!!! It was fixed successfully. image