Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lumberjack disabled 3x #3

Open
wants to merge 564 commits into
base: master
Choose a base branch
from
Open

Lumberjack disabled 3x #3

wants to merge 564 commits into from

Conversation

kfieldi5
Copy link

No description provided.

dgileadi and others added 30 commits July 1, 2015 08:55
Support dashes and underscores in CSS selectors
Also fix SVGElement's [selector: appliesTo: specificity:] to support multiple classes in one className.
Support visibility:hidden and display:none
Create custom logging context for SVGKit
fix crash on devices with iOS8+ when calling [super renderInContext:]
Defines PPI for iPod touch 6.
Added iPhone 6s and 6s Plus support to avoid crash.
NB: merging experimentally - looks OK on visual scan, but needs testing -- adamgit.

Support for packaging as iOS frameworks
Adding line on how to setup svgkit with cocoapods, after seeing two github issues (SVGKit#380  & SVGKit#378 ) with this as the solution.
adamgit and others added 26 commits October 30, 2018 09:48
…e layer class (layer-backed or layer-hosting)
…SubstringsInRange:options:usingBlock:], since that method tokenizes strings with hyphens in them into separate strings, causing the method to fail if there is at least one hyphen in the selector name. Add a sample that illustrates the problem. Without the change, the two half-circles in the bottom-right corner are filled with black (incorrect), whereas with the change, they're filled with bright red (correct).

Fixes SVGKit#600
…ge element URL is invalid. Fix issue of text element which does not support percent value for `x`, `y`
All init method should call `populateFromImage` to correctly setup the layer class (layer-backed or layer-hosting)
…ents. Don't need to recursive check and hack for that transform
…r_solution

Use a better solution to solve macOS's flip of <image> && <text> contents
Use NSScanner to tokenize class names instead of -[NSString enumerate…
Don't throw exception out side the framework, using the error check before source usage
The `pixelsPerInchForCurrentDevice` didn't had value for iPads with prefix iPad8
…neration_iPad_Pro

fix: app crashed on iPad Pro 3rd generation
* # SVGElement position issue addressed.

- Considered origin x & y for svg element.

* - Set position value(X&Y) to initial value i.e 0.
- As per documentation(https://www.w3.org/TR/SVG/geometry.html#XProperty) initial value should 0

* - Now nil check is not required.

* - Discard, not required changes.

* - Again formatting.

* - Position value corrected.
…d project file level disabling. (SVGKit#615)

This fixes the iOS targets, which did not have asserts disabled for the Release configuration.
* add init methods that take a cacheKey parameter

* move clear cache logic to clear cache, use cache key or name

* remove call to memory warning notification
Fixes `github "SVGKit/SVGKit"`.
Carthage can't deject `github 'SVGKit/SVGKit'`
In macOS, the SVGKFastImageView may not have a "layer" property value when its "image" property is set.

When deallocated, the SVGKFastImageView may have a _NSViewBackingLayer set to its "layer" property.

We must avoid calling "removeObserver:" on the layer unless "wantsLayer" is being used. Otherwise, the application will crash when trying to remove "self" as an observer when it isn't actually observing.
… of static variable. Also fix the protocol method implementation, which should return NSArray instead of NSSet (SVGKit#642)
…it#608)

* Fix warnings of `GCC_WARN_ABOUT_MISSING_NEWLINE`

* Turn on `GCC_WARN_ABOUT_MISSING_NEWLINE` in Xcode project

* Revert "Turn on `GCC_WARN_ABOUT_MISSING_NEWLINE` in Xcode project"

This reverts commit 875aef1.
@kfieldi5 kfieldi5 changed the base branch from 2.x to master October 21, 2019 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.