gerchicov

Results 17 issues of gerchicov

An example application understands where a final point is placed but the lines are drawn with wrong linejoin style. Simply take your "testDash" example and replace the points of star...

Function OpenGLPath::buildFatLineSegment(...) in glPath.cpp: One of parameters has name "radius" abd you pass stroke_width into it. But stroke_width look likes as diameter. And of course all the lines looks too...

Here is an example of source: http://www.khronos.org/message_boards/showthread.php/5634-About-Text-rendering From these sources I can't write the following string: vgSetGlyphToPath(font, 'a',fontpath1, 1, origin, escapement); because a comiler can't convert 1 to VGboolean type

I use MonkSVG. But it look likes this bug belongs to MonkVG. I set VG_STROKE_CAP_STYLE as VG_CAP_ROUND directly in several ways but it still doesn't work

error: .../Building-a-Jabber-client-for-iOS/xmpp/Vendor/libidn/libidn-1.15.tar.gz: No such file or directory

@property (nonatomic, retain) NSMutableArray\* buttons; ... self.buttons = [[NSMutableArray alloc] initWithCapacity:segmentCount]; ... [buttons release]; WTF?

Your CustomSegmentedControl and CustomSegmentedControlsViewController are closely connected. So it takes a lot of time to recreate the first one as a separate control. Why did you transfer a half of...

On use SourceTree: git -c diff.mnemonicprefix=false -c core.quotepath=false clone --recursive https://github.com/lukelutman/CCSVG /Users/vyachaslav/Documents/CCSVG warning: templates not found /usr/local/git/share/git-core/templates Permission denied (publickey). fatal: The remote end hung up unexpectedly Clone of '[email protected]:lukelutman/MonkSVG.git'...

text is not implemented at all. I don't even see any code linked with this tag

I don't know if it has an influence on correct drawing but try to add newline characters and spaces (white characters) after 'z' (close line character) of d attibute in...