speedata / publisher

speedata Publisher - a professional database Publishing system
https://www.speedata.de/
GNU Affero General Public License v3.0
292 stars 36 forks source link

metapost: gray to rgb conversion #524

Closed pgundlach closed 9 months ago

pgundlach commented 9 months ago
<Layout xmlns="urn:speedata.de:2009/publisher/en"
    xmlns:sd="urn:speedata:2009/publisher/functions/en">
    <DefineColor name="mygray" model="gray" g="23" />
    <DefineGraphic name="mp">
        drawoptions(withcolor colors.mygray);
        fill box;
    </DefineGraphic>

    <Record element="data">
        <PlaceObject>
            <Box height="5" width="5" graphic="mp" />
        </PlaceObject>
    </Record>
</Layout>

this color gets converted to RGB, this should be gray.