Skip to content

Commit

Permalink
🐞 オリジナルのsvgが61ポイントずれている問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
miiton committed Jun 26, 2019
1 parent aa247c1 commit a682256
Show file tree
Hide file tree
Showing 16 changed files with 144 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cica.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
SOURCE = './sourceFonts'
LICENSE = open('./LICENSE.txt').read()
COPYRIGHT = open('./COPYRIGHT.txt').read()
VERSION = '5.0.0'
VERSION = '5.0.1'
FAMILY = 'Cica'

fonts = [
Expand Down Expand Up @@ -570,7 +570,8 @@ def import_svg(font):
g.vwidth = 1024
g.clear()
g.importOutlines(f)
g = fix_overflow(g)
g.transform(psMat.translate(0, -61))
# g = fix_overflow(g)
return font


Expand Down
10 changes: 10 additions & 0 deletions sourceFonts/svg/f3000.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions sourceFonts/svg/f3001.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions sourceFonts/svg/f3002.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions sourceFonts/svg/f3100.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions sourceFonts/svg/f3101.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions sourceFonts/svg/f3102.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions sourceFonts/svg/fe0b0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions sourceFonts/svg/fe0b1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions sourceFonts/svg/fe0b2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions sourceFonts/svg/fe0b3.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions sourceFonts/svg/fe0b4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions sourceFonts/svg/fe0b5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions sourceFonts/svg/fe566.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions sourceFonts/svg/fe567.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions sourceFonts/svg/fe568.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a682256

Please sign in to comment.