All Projects → 14v → svg-non-stop

14v / svg-non-stop

Licence: MIT license
SVG import "Gradient has no stop info" fix

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to svg-non-stop

Intellij Idea Tutorial
IntelliJ IDEA 简体中文专题教程
Stars: ✭ 19,071 (+29240%)
Mutual labels:  android-studio, intellij-idea
svg2vector
Online batch converter of SVG images to Android vector drawable XML resource files
Stars: ✭ 39 (-40%)
Mutual labels:  drawable, vector-drawable
Extract-Color-Palette-Api
Create gradient drawable by extracting prominent colors from image⚫⚪
Stars: ✭ 16 (-75.38%)
Mutual labels:  drawable, gradient
SideMirror
An Android Studio plugin to mirror your android devices with scrcpy directly from Android Studio.
Stars: ✭ 49 (-24.62%)
Mutual labels:  android-studio, intellij-idea
RecycleClick
Android recycler view not supports for onItemClickListner event. This library helps to wrap up and gain the missing recycle view item click and item long click functions. This library is a project carried by Lakitha, give a visit https://github.com/LakithaRav
Stars: ✭ 25 (-61.54%)
Mutual labels:  android-studio
GDLibrary
Matlab library for gradient descent algorithms: Version 1.0.1
Stars: ✭ 50 (-23.08%)
Mutual labels:  gradient
Android-Resource-File-Provider
A simple library to easily provide and share files from app resources
Stars: ✭ 15 (-76.92%)
Mutual labels:  drawable
Chat-App-Android
Chat app based on the MVVM architecture using Kotlin, ViewModel, LiveData, DataBinding and more.
Stars: ✭ 70 (+7.69%)
Mutual labels:  android-studio
FluentERP
ERP mobile application for Android with a support for SAP-like T-codes!
Stars: ✭ 18 (-72.31%)
Mutual labels:  android-studio
xmake-gradle
A gradle plugin that integrates xmake seamlessly
Stars: ✭ 31 (-52.31%)
Mutual labels:  android-studio
AndroidTips
A collections of tips in Android developing.Android开发总结。我的博客:
Stars: ✭ 721 (+1009.23%)
Mutual labels:  android-studio
fastai-docker
Fast.AI course complete docker container for Paperspace and Gradient
Stars: ✭ 52 (-20%)
Mutual labels:  gradient
awesome-android-tips
😎 A curated list of awesome Android tips
Stars: ✭ 34 (-47.69%)
Mutual labels:  android-studio
GitReposCompose
GitReposCompose is an Android application 📱 for showcasing Jetpack Compose for building declarative UI in Android. This demo app uses Github public API for fetching public repositories.
Stars: ✭ 32 (-50.77%)
Mutual labels:  android-studio
my-swift-projects
An overview of my most relevant open-source projects on GitHub
Stars: ✭ 261 (+301.54%)
Mutual labels:  gradient
locus-android
An Awesome Kotlin Location library to retrieve location merely in 3 lines of code
Stars: ✭ 280 (+330.77%)
Mutual labels:  android-studio
07-Glitch-Garden-Original
Glitch Garden demo game from the Complete Unity Developer 2D course (http://gdev.tv/cudgithub). For our students to download the end-state of projects.
Stars: ✭ 43 (-33.85%)
Mutual labels:  android-studio
FlowerLoading
🌻 Android loading or progress view, just like iOS IndicatorView.
Stars: ✭ 31 (-52.31%)
Mutual labels:  drawable
WebRTCapp
This Android app aims to be a small video conference app created using mainly WebRTC technology. With it, you can make calls though a web socket connection
Stars: ✭ 27 (-58.46%)
Mutual labels:  android-studio
clad
clad -- automatic differentiation for C/C++
Stars: ✭ 161 (+147.69%)
Mutual labels:  gradient

SVG non-stop

What is this

Java utility fixes Gradient has no stop info error when importing SVG files as vector assets in Android studio. This error results in corrupt drawable with empty gradient fills.

How to use

  1. Download binary from releases/latest

  2. Pass target SVG file name as parameter:

    ./bin/svg-non-stop my_vector_drawable.svg
    
  3. Result will be saved in my_vector_drawable_nonstop.svg. Use this file to import in IDE.

Optional parameters:

  • -f to force overwrite target _nonstop.svg file,
  • -v to have verbose output.

Technical notes

Utility copies stops definitions into target gradients in SVG file. Then IDE can process file correctly. Utility is not for use in android code.

For build use gradle assemble task and you will get build/distributions/svg-non-stop-x.y.z.zip archive.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].