nightsky30 / koikoi

Koi Koi Hanafuda
GNU General Public License v2.0
7 stars 1 forks source link

Card Background Opacity #20

Closed nightsky30 closed 4 years ago

nightsky30 commented 4 years ago

Card Background Opacity

nightsky30 commented 4 years ago

Found some ideas here: https://stackoverflow.com/questions/6042550/svg-fill-color-transparency-alpha https://community.esri.com/thread/236274-how-to-change-svg-fill-color-in-qml

nightsky30 commented 4 years ago

Added the following to each card to create opacity:

    <g>
        <rect width="372" height="587" fill="#FFFFFF" fill-opacity="1.0"/>
    </g>
nightsky30 commented 4 years ago

Fixed with commit 07f4328c627861da1273cb56a8ede44f8ebc3fe0