Skip to content

Commit

Permalink
feat: add tuff/92015 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ooystein authored Nov 23, 2022
1 parent 1e2393f commit aac7cc5
Show file tree
Hide file tree
Showing 7 changed files with 279 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ node_modules/
# direnv
.direnv/
.envrc

# Dont include raw unoptimized SVG
figma
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ to decide how to handle the SVG's.
import choosePatternName from 'lithology-patterns/assets/svg/30000.svg
```
### Adding new pattern
1. Place new pattern in `figma/`
2. Run `npm patterns:process`
3. Add new optimized pattern in `assets/`to git repository
### NuGet
TODO
Expand Down
18 changes: 18 additions & 0 deletions assets/svg/92000.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions assets/svg/92015.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
229 changes: 227 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@equinor/lithology-patterns",
"version": "0.0.4",
"version": "1.0.0",
"description": "Collection of Lithology Patterns",
"main": "index.js",
"files": [
"assets"
],
Expand Down
7 changes: 7 additions & 0 deletions patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,13 @@
| ----------------------------------------- | ----- | --------- |
| ![Dolostone Main](./assets/svg/74000.svg) | 74000 | Dolostone |

## Tuff

| Pattern | Code | Name |
| ----------------------------------------- | ----- | --------- |
| ![Tuff Main](./assets/svg/92000.svg) | 92000 | Tuff |
| ![Tuff](./assets/svg/92015.svg) | 92015 | Tuff |

## Conglomerate

The pattern for the conglomerate is currently not available on Figma in SVG format.
Expand Down

0 comments on commit aac7cc5

Please sign in to comment.