Skip to content

Commit

Permalink
Svg parse viewbox (#762)
Browse files Browse the repository at this point in the history
* first try

* Delete LineStringPlus.java

* fixed random seed reset

* remove Least Hops (abandoning idea)

* updadting JTS

* 7.59.0

* 7.59.1 remove extra translation

* checking all language files for missing values

* checking all language files for unused values

* updating all translations to remove unused values.

* PiCaptureAction translations cleaned up

* update Action dependencies

* added parse svg "viewbox" parameter

read the svg viewbox.  use this to display the SVG at it's original intended size.

* 7.61.0

* Removed Donatello code

* 7.62.0
  • Loading branch information
i-make-robots authored Jan 2, 2025
1 parent ed2c7ea commit 2c97a3a
Show file tree
Hide file tree
Showing 38 changed files with 1,369 additions and 8,637 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-java@v4.2.1
- uses: actions/setup-java@v4.5.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Deploy universal release
if: github.repository == 'MarginallyClever/Makelangelo-software' && github.ref == 'refs/heads/master'
uses: WebFreak001/deploy-nightly@v3.1.0
uses: WebFreak001/deploy-nightly@v3.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }} # automatically provided by github actions
upload_url: ${{ env.UPLOAD_URL }}
Expand All @@ -79,7 +79,7 @@ jobs:
max_releases: 1 # optional, if there are more releases than this matching the asset_name, the oldest ones are going to be deleted

- name: Upload artifact for package
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.4.3
with:
name: jar
retention-days: 1
Expand All @@ -100,12 +100,12 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4.5.0
with:
distribution: 'temurin'
java-version: '17'

- uses: actions/[email protected].7
- uses: actions/[email protected].8
with:
name: jar

Expand All @@ -129,7 +129,7 @@ jobs:
- name: Deploy installation release
# if: github.repository == 'MarginallyClever/Makelangelo-software'
# if: github.repository == 'MarginallyClever/Makelangelo-software' && github.ref == 'refs/heads/master'
uses: WebFreak001/deploy-nightly@v3.1.0
uses: WebFreak001/deploy-nightly@v3.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }} # automatically provided by github actions
upload_url: ${{ env.UPLOAD_URL }}
Expand All @@ -141,7 +141,7 @@ jobs:

- name: Upload artifact for testing purpose
# if: github.repository == 'MarginallyClever/Makelangelo-software' || github.ref != 'refs/heads/master'
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.4.3
with:
name: ${{ env.BINARY }}
retention-days: 2
Expand Down
8 changes: 1 addition & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.marginallyclever</groupId>
<artifactId>Makelangelo</artifactId>
<version>7.60.0</version>
<version>7.62.0</version>
<name>Makelangelo</name>
<description>Makelangelo Software is a Java program that prepares art for CNC plotters. It is especially designed for the Makelangelo Robot.
It pairs really well with Marlin-polargraph, the code in the brain of the robot that receives instructions and moves the motors.</description>
Expand Down Expand Up @@ -545,12 +545,6 @@ It pairs really well with Marlin-polargraph, the code in the brain of the robot
<version>0.10.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.marginallyclever</groupId>
<artifactId>nodegraphcore</artifactId>
<version>1.0.21</version>
<scope>compile</scope>
</dependency>
</dependencies>

<properties>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2c97a3a

Please sign in to comment.