1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-07-31 10:29:52 +00:00

raster: base draw_mp_circle() on plotCircle() from

https://zingl.github.io/bresenham.c by Zingl Alois rather than
  RosettaCode one, better at small scales plus simplifies
  licence/attribution issues;
  fix licence/attribution issues for `plot_hexline()` also which
  is actually based on `plotLine()` in zingl code (ticket #357,
  props stefan6419846)
debian/copyright: update with above
This commit is contained in:
gitlost
2026-07-29 17:39:01 +01:00
parent 0132ee586b
commit 92e94009b2
4 changed files with 28 additions and 24 deletions
+7
View File
@@ -115,6 +115,13 @@ Copyright:
Copyright (C) 2004 (Grandzebu).
License: BSD-3-Clause and GPL-2.0-or-later
Files:
backend/raster.c
Copyright:
Copyright (C) 2008-2026 Robin Stuart <rstuart114@gmail.com>
Copyright (c) 2020 zingl
License: BSD-3-Clause and MIT
Files:
docs/lua-crossrefs/lua-crossrefs.lua
getopt/*