Skip to content

Commit

Permalink
fix some info
Browse files Browse the repository at this point in the history
  • Loading branch information
onecoolx committed Mar 1, 2023
1 parent ad55ff7 commit f14245e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Picasso - Version 2.3
Picasso - Version 2.5
A high quality vector graphic rendering library
Copyright (C) 2008 ~ 2018 Zhang Ji Peng ([email protected])
Copyright (C) 2008 ~ 2023 Zhang Ji Peng ([email protected])
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
DOXYFILE_ENCODING = UTF-8
PROJECT_NAME = "Picasso API"
PROJECT_NUMBER = 2.3
PROJECT_NUMBER = 2.5
OUTPUT_DIRECTORY = ./doc/
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Windows Build](https://github.com/onecoolx/picasso/workflows/Windows%20Build/badge.svg) ![Linux Build](https://github.com/onecoolx/picasso/workflows/Linux%20Build/badge.svg) ![MacOSX Build](https://github.com/onecoolx/picasso/workflows/MacOSX%20Build/badge.svg) ![Android Build](https://github.com/onecoolx/picasso/workflows/Android%20Build/badge.svg)

Copyright (C) 2008 ~ 2020 Zhang Ji Peng ([email protected])
Copyright (C) 2008 ~ 2023 Zhang Ji Peng ([email protected])

Picasso is a high quality vector graphic rendering library. It has high performance and low footprint. Picasso provides a set of high level 2D graphics API, which can be used to a GUI system, rendering postscript, rendering svg images and so on. It support path, matrix, gradient, pattern, image and truetype font.

Expand Down

0 comments on commit f14245e

Please sign in to comment.