Commit fe0cf93d authored by Panayiotis Lipiridis's avatar Panayiotis Lipiridis
Browse files

Updated all SVG (Fixes #6)

parent e71578ae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
.DS_Store
node_modules
update
+134 −1

File changed.

Preview size limit exceeded, changes collapsed.

+13 −1
Original line number Diff line number Diff line
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" fill="#28ff09"><defs><clipPath id="a"><rect height="512" width="512" fill="#808080"/></clipPath></defs><g fill-rule="evenodd" clip-path="url(#a)"><rect height="512" width="192" fill="#f00"/><rect height="171.94" width="576" y="340.06" x="192"/><rect height="169.65" width="576" y="172.7" x="192" fill="#fff"/><rect height="172.7" width="576" x="192" fill="#009a00"/></g></svg>
 No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" fill="#28ff09">
    <defs>
        <clipPath id="a">
            <path fill="#808080" d="M0 0h512v512h-512z"/>
        </clipPath>
    </defs>
    <g fill-rule="evenodd" clip-path="url(#a)">
        <path fill="#f00" d="M0 0h192v512h-192z"/>
        <path d="M192 340.06h576v171.94h-576z"/>
        <path fill="#fff" d="M192 172.7h576v169.65h-576z"/>
        <path fill="#009a00" d="M192 0h576v172.7h-576z"/>
    </g>
</svg>
+745 −1

File changed.

Preview size limit exceeded, changes collapsed.

+15 −1
Original line number Diff line number Diff line
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512"><defs><clipPath id="a"><rect height="464.86" width="464.86" y="47.6" x="108.95" fill="#25ff01"/></clipPath></defs><g clip-path="url(#a)" fill-rule="evenodd" transform="matrix(1.101 0 0 1.101 -120 -52.427)"><rect height="464.4" width="693" y="47.6" fill="#fff"/><rect height="196.2" width="690.83" y="48.161" x="1.53"/><rect height="103.35" width="458.52" y="232.12" x="128.29" fill="#0061ff"/><path d="M692.53 49.191v463.27h-345.67l345.67-463.27z" fill="#e20000"/><path d="M1.189 49.191v463.27h345.67l-345.67-463.27z" fill="#e20000"/><path d="M508.78 232.22l-69.285-17.58 58.944-44.467-72.387 10.341 37.228-63.08-64.115 37.228 11.375-73.422-43.432 57.91-17.58-67.217-19.648 69.285-43.433-58.944 12.409 75.491-64.114-39.297 37.228 63.08-70.319-11.375 57.91 43.433-72.388 18.614h321.61z" fill="#ffd600"/></g></svg>
 No newline at end of file
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512">
    <defs>
        <clipPath id="a">
            <path fill="#25ff01" d="M108.95 47.6h464.86v464.86h-464.86z"/>
        </clipPath>
    </defs>
    <g clip-path="url(#a)" fill-rule="evenodd">
        <path fill="#fff" d="M-120 0h763.27v511.49h-763.27z"/>
        <path d="M-118.315.618h760.88v216.095h-760.88z"/>
        <path fill="#0061ff" d="M21.299 203.23h505.014v113.83h-505.014z"/>
        <path d="M642.753 1.752v510.246h-380.721l380.721-510.246z" fill="#e20000"/>
        <path d="M-118.691 1.752v510.246h380.721l-380.721-510.246z" fill="#e20000"/>
        <path d="M440.37 203.34l-76.31-19.363 64.921-48.976-79.727 11.39 41.003-69.476-70.616 41.003 12.528-80.867-47.836 63.782-19.363-74.033-21.64 76.31-47.837-64.921 13.667 83.146-70.615-43.282 41.003 69.476-77.449-12.528 63.782 47.837-79.728 20.501h354.221z" fill="#ffd600"/>
    </g>
</svg>
Loading