-
-
Notifications
You must be signed in to change notification settings - Fork 162
[BUG] Inconsistent SVG size #87
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
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Little work
This task takes little time to complete. (ETA couple of days)
Milestone
Comments
nishantpersonal
added a commit
that referenced
this issue
Dec 5, 2020
Merged
nishantpersonal
added a commit
that referenced
this issue
Dec 5, 2020
nishantpersonal
added a commit
that referenced
this issue
Dec 5, 2020
shravan20
added a commit
that referenced
this issue
Dec 5, 2020
Dynamic height calculation for svg. Closes #87
Issues solved #90 |
nishantpersonal
added a commit
that referenced
this issue
Dec 5, 2020
* Added Custom Quotes File * Added validateUrl.js to validate the url from url parameter * Added support to handle custom quotes from url * Updated readme for custom quotes * Initial React Setup with Basic Functionality * Configured meta data * Added view of all layouts available * Configured to serve static frontend files * Updated Readme * [Svg Height] fix Svg height issue fixed.Closes #87 * Revert "Svg height issue fix " * [Svg height] fix Dynamic height calculation for svg. Closes #87 * Updated /src/api/services/quoteService.js * [ Category Feature ] | Feature | Added customQuotes/category.json && /quotesController.js && /quoteService.js * [Category Quotes] feature Added quotes for motivational and fun categories * [ Major Docs Updated ] | Documentation | updated ./README.md * [ Major Docs Updated ] | Documentation | updated ./README.md * [ Major Docs Updated ] | Documentation | updated ./README.md * [ Major Docs Updated ] | Documentation | updated ./README.md * [ Major Docs Updated ] | Documentation | updated ./README.md * [ Major Docs Updated ] | Documentation | updated ./README.md * Added life,success,general,programming categories for custom quotes * [ Major Docs Updated ] | Documentation | updated ./README.md * [ Major Docs Updated ] | Documentation | updated ./README.md * [ Major Docs Updated ] | Documentation | updated ./README.md * [ Major Docs Updated ] | Documentation | updated ./README.md * Create label.yml * Update README.md Co-authored-by: ShubhankarNineleaps <shubhankar.kotnala@nineleaps.com> Co-authored-by: Shubhankar Kotnala <skshubhankar@gmail.com> Co-authored-by: nishantpersonal <nishantvenugopalnair@gmail.com> Co-authored-by: Nishant Venugopal <67575384+nishantpersonal@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Little work
This task takes little time to complete. (ETA couple of days)
Describe the bug
The
svg
image returned from the server is of a static size700x300
which makes it difficult to align properly with the content since the extra space is filled withtransparent
background, which makes that space unusable.To Reproduce
Steps to reproduce the behavior:
Expected behavior
svg
size is expected to be the same as the necessary content.Screenshots

The text was updated successfully, but these errors were encountered: