Commit Graph

20 Commits

Author SHA1 Message Date
smiley dfb7728d37 :octocat: removed QROptionsTrait::$markupDark and QROptionsTrait::$markupLight, added QROptionsTrait::$svgUseFillAttributes 2023-10-14 23:45:14 +02:00
smiley 98d4447aa4 :octocat: removed the fill attributes from QRMarkupSVG::path() as they can be set by CSS and were unintuitive 2023-10-14 19:56:04 +02:00
smiley 522fa7c31b :octocat: introduce QROutputAbstract::getOutputDimensions() for more consistent control over the image size 2023-09-17 19:19:24 +02:00
smiley 527b67ab7a :octocat: remove QROptionsTrait::$svgWidth and QROptionsTrait::$svgHeight as they can now be easily set in QRMarkupSVG::header() if necessary 2023-09-17 16:31:27 +02:00
smiley c69531ca20 :octocat: rename QROptionsTrait::$imageBase64 to $outputBase64, deprecate old name and redirect calls 2023-09-03 22:49:32 +02:00
smiley cdaf8aac66 :octocat: +QROptionsTrait::$svgAddXmlHeader 2023-07-09 15:52:03 +02:00
smiley 0ac2d498fa :octocat: add default value for QRMarkup::getCssClass() 2023-06-15 14:33:54 +02:00
smiley 6c760c59d8 :octocat: QROutputInterface: add layernames 2023-06-13 16:15:23 +02:00
smiley 6bba12d98c :octocat: add QROutputAbstract::getModuleValue() to avoid directly accessing the $moduleValues array 2023-04-06 20:45:38 +02:00
smiley b0fc9aeb53 🚿 2023-04-04 20:29:57 +02:00
smiley 60a19b3c94 :octocat: QROutputInterface::moduleValueIsValid() improved checks & tests 2023-03-22 21:22:14 +01:00
smiley 6b2a529160 💄 code style fixes 2023-03-11 02:38:57 +01:00
smiley 61128e4aec change QRMatrix::checkTypeNotIn() to checkTypeIn() 2023-03-09 19:08:37 +01:00
smiley 426c16a89b :octocat: QRMarkupSVG: extract path() method to allow modification of the individual <path> elements 2023-01-28 18:59:13 +01:00
smiley 739579552d :octocat: clarify several QROptions: $imageTransparent and $imageTransparencyBG, introduced $drawLightModules and $bgColor (see #122) 2022-07-31 04:19:19 +02:00
smiley 20de869bb9 :octocat: rename QROutputAbstract::base64encode() to toBase64DataURI() to better reflect what it does 2022-07-28 00:13:45 +02:00
smiley 1ca995a3bb :octocat: QRMarkupSVG::paths(): ignore non-existent module values 2022-07-08 16:56:27 +02:00
smiley 30693561d7 :octocat: add $M_TYPE to transform callback 2022-07-08 00:25:01 +02:00
smiley 851246003c :octocat: extract markup css class generation to QRMarkup::getCssClass() 2022-07-08 00:21:45 +02:00
smiley cde2af576b 🛀 extract QRMarkup into QRMarkupSVG and QRMarkupHTML 2022-06-06 23:09:20 +02:00